|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.are.core.ElementData
com.ibm.are.plugin.PluginData
public final class PluginData
The PluginData
class represents a set of data that is specific to classes that
implement the Plugin
interface. The fields in this class are initialized by
the Application Runtime Expert only if you are using a standard facility to run a plugin.
The two standard facilities that will initialize these fields are:
PluginRunnerService
Elements are free to mutate data in this class. However, any changes made to the mode field should be done with great care.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright for class bytecode |
Fields inherited from class com.ibm.are.core.ElementData |
---|
currentState, parameters, sourceJarFile, standardOut |
Constructor Summary | |
---|---|
PluginData()
Constructs an empty PluginData object |
|
PluginData(com.ibm.are.core.ElementData dataToCopy)
Copy constructor. |
Method Summary | |
---|---|
java.util.logging.Logger |
getLogger()
Retrieves a logger that can be used for logging events |
void |
setLogger(java.util.logging.Logger appLogger)
Sets the logger to be used for logging events |
Methods inherited from class com.ibm.are.core.ElementData |
---|
addParameter, addParameter, getParameter, getParameters, getSourceJarFile, getStandardOut, getState, numberOfParameters, removeParameter, setSourceJarFile, setStandardOut, setState |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public PluginData()
PluginData
object
public PluginData(com.ibm.are.core.ElementData dataToCopy)
dataToCopy
- The element data to copyMethod Detail |
---|
public java.util.logging.Logger getLogger()
public void setLogger(java.util.logging.Logger appLogger)
appLogger
- The logger to be used
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |