Package com.iizigo.term.project
Class EESession
java.lang.Object
com.iizigo.term.project.EESession
Class for a capture session.
- Field SummaryFieldsModifier and TypeFieldDescription- final booleanFlag for recording.- static final QualifiedNameFile properties name for the EESession.
- Method SummaryModifier and TypeMethodDescription- void- dispose()Disposes of the session.- static EESession- getEESession- (IFile file) Gets the EESession of the file.- getFile()Gets the file.Gets the file name.Gets the full file name relative terminal project.Gets the short name of the session, i.e.Gets the terminal properties.- voidUpdates the timestamp.
- Field Details- QUALIFIED_NAMEFile properties name for the EESession.
- isRecordingpublic final boolean isRecordingFlag for recording.
 
- Method Details- getEESessionGets the EESession of the file.- Parameters:
- file- The file for the session.
- Returns:
- The EE session found, or null for not loaded.
 
- disposepublic void dispose()Disposes of the session.
- getFileNameGets the file name.- Returns:
- The file name, never null.
 
- getTerminalPropertiesGets the terminal properties.- Returns:
- The terminal properties.
 
- getFileGets the file.- Returns:
- The file.
 
- getShortNameGets the short name of the session, i.e. the file name without extension.- Returns:
- The session short name.
 
- getLongNameGets the full file name relative terminal project.- Returns:
- The session full name.
 
- updateTimestampUpdates the timestamp.- Throws:
- CoreException- For file system errors.