|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.core.compile.ISeriesCompileSubstitutor
This class is responsible for doing variable substitution for iSeries compile commands
Field Summary | |
---|---|
protected com.ibm.etools.systems.model.SystemConnection |
connection
|
static String |
Copyright
|
Fields inherited from interface com.ibm.etools.systems.core.ui.compile.ISystemCompileCommandSubstitutor |
---|
copyright |
Constructor Summary | |
---|---|
ISeriesCompileSubstitutor(com.ibm.etools.systems.model.SystemConnection connection)
Constructor for ISeriesCompileSubstitutor. |
Method Summary | |
---|---|
protected String |
getDescription(Object context)
Return the substitute for the &X variable: the description of the selected member |
protected String |
getFileName(Object context)
Return the substitute for the &F variable: the file of the selected member |
protected String |
getLibraryName(Object context)
Return the substitute for the &L variable: the library of the selected library |
protected String |
getMemberName(Object context)
Return the substitute for the &N variable: the name of the selected member |
protected String |
getObjectLibraryName(Object context)
Return the substitute for the &O variable: the object library into which to place the compiled output |
protected String |
getReplaceValue(Object context)
Return the substitute for the &R variable: the replace value, either *YES or *NO |
String |
getSubstitutionValue(String substitutionVariable,
Object context)
|
void |
setConnection(com.ibm.etools.systems.model.SystemConnection connection)
Reset the connection so one instance can be re-used |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String Copyright
protected com.ibm.etools.systems.model.SystemConnection connection
Constructor Detail |
public ISeriesCompileSubstitutor(com.ibm.etools.systems.model.SystemConnection connection)
Method Detail |
public void setConnection(com.ibm.etools.systems.model.SystemConnection connection)
setConnection
in interface com.ibm.etools.systems.core.ui.compile.ISystemCompileCommandSubstitutor
public String getSubstitutionValue(String substitutionVariable, Object context)
getSubstitutionValue
in interface com.ibm.etools.systems.core.ui.commands.ISystemSubstitutor
ISystemSubstitutor.getSubstitutionValue(String, Object)
protected String getLibraryName(Object context)
protected String getDescription(Object context)
protected String getFileName(Object context)
protected String getMemberName(Object context)
protected String getObjectLibraryName(Object context)
protected String getReplaceValue(Object context)
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |