JavaScript is disabled on your browser.
Description
Method Summary
Method Details
getMajorVersion()
getMinorVersion()
getAddressSpace()
getProcess()
getRuntime()
getImage()
hasPropertyBeenSet(String)
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
Methods declared in interface IContext
execute , execute , execute , getCommands , getLastCommandException , getLastExecutedCommand , getPluginClassloader , getProperties , isCommandRecognised , refresh
void
Execute the entered command line with the output sent to the supplied print stream.
void
Execute the entered command line with the output sent to the supplied print stream.
void
Execute the entered command line with the output sent to the supplied print stream.
Returns a list of commands which are available for this context
Provides access to any uncaught exceptions thrown when the last command was executed.
The last command which was successfully executed by the context.
Gets the classloader which has been used to add plugins.
A set of defined properties.
boolean
Allows to check if the given command will be executed (i.e. if there is a command that will accept the string)
without actually executing it, avoiding error messages etc.
void
Refreshes the context, this will perform actions such as rescanning
the plugin path or other initialization tasks.