Package com.iizix.term.ee
Class EEFile
- java.lang.Object
-
- com.iizix.term.ee.EEFile
-
public class EEFile extends java.lang.Object
Loads the EE file consisting of at least one screen. New EEFile versions (.ee files) only stores one screen per file.- Author:
- Christopher Mindus
-
-
Constructor Summary
Constructors Constructor Description EEFile(java.lang.String fn)
Loads the EE file containing the host screen definition and the host fields.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isUsed(java.lang.String screenName)
Checks if a screen name is already busy for the file.void
updateTimestamp(long timestamp)
Update the time stamp.
-
-
-
Method Detail
-
isUsed
public boolean isUsed(java.lang.String screenName)
Checks if a screen name is already busy for the file.- Parameters:
screenName
- Screen name to check.- Returns:
- Used flag.
-
updateTimestamp
public void updateTimestamp(long timestamp)
Update the time stamp.- Parameters:
timestamp
- New timestamp for file change verification.
-
-