public interface SessionProperties
Interface which lists all of the property names which are part of the DTFJ context property bag.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The path to the core file which is providing the current contextstatic final String
Controls if files are extracted from archives or notstatic final String
Contains the DTFJ image factorystatic final String
Set if zip files are to be treated as in legacy implementations which will call ImageFactory.getImage(File)static final String
Name of the logger to usestatic final String
Holds the value of the users current working directorystatic final String
A reference to the jdmpview session which is currently being executedstatic final String
If jdmpview was started with -verbose then this property is present and has the value "true".
-
Field Details
-
VERBOSE_MODE_PROPERTY
If jdmpview was started with -verbose then this property is present and has the value "true".- See Also:
-
EXTRACT_PROPERTY
Controls if files are extracted from archives or not- See Also:
-
CORE_FILE_PATH_PROPERTY
The path to the core file which is providing the current context- See Also:
-
IMAGE_FACTORY_PROPERTY
Contains the DTFJ image factory- See Also:
-
LOGGER_PROPERTY
Name of the logger to use- See Also:
-
PWD_PROPERTY
Holds the value of the users current working directory- See Also:
-
SESSION_PROPERTY
A reference to the jdmpview session which is currently being executed- See Also:
-
LEGACY_ZIP_MODE_PROPERTY
Set if zip files are to be treated as in legacy implementations which will call ImageFactory.getImage(File)- See Also:
-