Method Summary
All Methods Instance Methods Abstract Methods
The address space for this context.
A simple Java bean which allows access to the data on DTFJ image interface.
int
The major version of the DTFJ API for this context.
int
The minor version of the DTFJ API for this context.
The process for this context.
The Java runtime for this context.
boolean
Used to determine if a property has been set in the context property
bag, and that the value of that property is TRUE
Method Details
getMajorVersion
int getMajorVersion ()
The major version of the DTFJ API for this context.
Returns:
major version number
getMinorVersion
int getMinorVersion ()
The minor version of the DTFJ API for this context.
Returns:
minor version number
getAddressSpace
The address space for this context. This may or may not
contain any processes.
Returns:
the image address space
getProcess
The process for this context. A process may or may not
contain a Java runtime.
Returns:
getRuntime
The Java runtime for this context.
Returns:
the runtime or null if there is no runtime available
getImage
A simple Java bean which allows access to the data on DTFJ image interface.
This removes the requirement to provide a command/plugin with a direct
reference to the Image.
Returns:
the bean
hasPropertyBeenSet
boolean hasPropertyBeenSet (String name)
Used to determine if a property has been set in the context property
bag, and that the value of that property is TRUE
Parameters:
name
- property name to check
Returns:
true if the property exists and Boolean.parseValue() returns true