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