|
|||||||||
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.AllEnvVars
public class AllEnvVars
Print and query the list of all environment variables within a DTFJ ImageProcess.
Constructor Summary | |
---|---|
AllEnvVars()
Null constructor for use as JavaBean |
Method Summary | |
---|---|
java.lang.String |
getEnvVar(java.lang.String key)
Get the value of an environment variable |
static AllEnvVars |
getInstance(IAnalyzerContext context,
com.ibm.dtfj.image.ImageProcess parent)
Find the AllEnvVars bean instance associated with a given parent ImageProcess (create it if necessary) |
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 ImageProcess underlying this analyzer bean. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AllEnvVars()
Method Detail |
---|
public static AllEnvVars getInstance(IAnalyzerContext context, com.ibm.dtfj.image.ImageProcess parent)
context
- the AnalyzerContext in which to locate this bean instanceparent
- the parent ImageProcess underlying this analyzer bean
public void setParent(java.lang.Object parent)
setParent
in interface IWrapper
setParent
in class SimpleAnalyzerBean
parent
- The parent object to set. Must be of type ImageProcess.
compatible with the type of analyzer bean that receives itIWrapper.setParent(java.lang.Object)
public java.lang.String getEnvVar(java.lang.String key) throws com.ibm.dtfj.image.DataUnavailable, com.ibm.dtfj.image.CorruptDataException
key
- the name of the environment variable desired
com.ibm.dtfj.image.DataUnavailable
com.ibm.dtfj.image.CorruptDataException
public IAnalysisReport produceReport()
IReport
produceReport
in interface IReport
produceReport
in class SimpleAnalyzerBean
IReport.produceReport()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |