Package com.iizix.term.ee
Class EEFile
java.lang.Object
com.iizix.term.ee.EEFile
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 SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- booleanChecks if a screen name is already busy for the file.- void- updateTimestamp- (long timestamp) Update the time stamp.
- Constructor Details- EEFileLoads the EE file containing the host screen definition and the host fields.- Parameters:
- fn- The file name.
- Throws:
- IOException- for file failures.
 
 
- Method Details- isUsedChecks if a screen name is already busy for the file.- Parameters:
- screenName- Screen name to check.
- Returns:
- Used flag.
 
- updateTimestamppublic void updateTimestamp- (long timestamp) Update the time stamp.- Parameters:
- timestamp- New timestamp for file change verification.