|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTranslatableAnalyzer
com.ibm.dtfj.analyzer.base.SimpleAnalyzerBean
com.ibm.dtfj.analyzer.helpers.AllJVMInitArgs
com.ibm.dtfj.analyzer.helpers.dtfj10.AllJVMInitArgs
public class AllJVMInitArgs
Print the JVM initialization arguments within a DTFJ JavaRuntime - specialized version for the DTFJ API v1.0
This class makes use of DTFJ 1.0 features
Constructor Summary | |
---|---|
AllJVMInitArgs()
Null constructor for use as JavaBean |
Method Summary | |
---|---|
java.lang.String |
getArgByName(java.lang.String key)
Find a specific Java initialization argument by name |
IAnalysisReport |
produceReport()
Generate a report which will be encapsulated in the IAnalysisReport object for later use by some formatter. |
void |
setParent(java.lang.Object parent)
Set the parent JavaRuntime underlying this analyzer bean. |
Methods inherited from class com.ibm.dtfj.analyzer.helpers.AllJVMInitArgs |
---|
getInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AllJVMInitArgs()
Method Detail |
---|
public void setParent(java.lang.Object parent)
setParent
in interface IWrapper
setParent
in class AllJVMInitArgs
parent
- The parent object to set. Must be of type JavaRuntime,
supporting the DTFJ 1.0 API.
compatible with the type of analyzer bean that receives itIWrapper.setParent(java.lang.Object)
public IAnalysisReport produceReport()
IReport
produceReport
in interface IReport
produceReport
in class AllJVMInitArgs
IReport.produceReport()
public java.lang.String getArgByName(java.lang.String key) throws com.ibm.dtfj.image.DTFJException
AllJVMInitArgs
getArgByName
in class AllJVMInitArgs
key
- the name of the Java initialization requested (everything up to a '=' sign)
com.ibm.dtfj.image.DTFJException
AllJVMInitArgs.getArgByName(java.lang.String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |