Class EESession
java.lang.Object
com.iizigo.term.project.EESession
Class for a capture session.
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanFlag for recording.static final QualifiedNameFile properties name for the EESession.Method Summary
Modifier and TypeMethodDescriptionvoiddispose()Disposes of the session.static EESessiongetEESession(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_NAME
File properties name for the EESession.isRecording
public final boolean isRecordingFlag for recording.
Method Details
getEESession
dispose
public void dispose()Disposes of the session.getFileName
getTerminalProperties
Gets the terminal properties.- Returns:
- The terminal properties.
getFile
getShortName
Gets the short name of the session, i.e. the file name without extension.- Returns:
- The session short name.
getLongName
Gets the full file name relative terminal project.- Returns:
- The session full name.
updateTimestamp
Updates the timestamp.- Throws:
CoreException- For file system errors.