|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ibm.etools.iseries.rse.ui.compile.QSYSCompileSubstitutor
public class QSYSCompileSubstitutor
This class is responsible for doing variable substitution for iSeries compile commands
Field Summary | |
---|---|
protected IHost |
connection
|
static String |
Copyright
|
Constructor Summary | |
---|---|
QSYSCompileSubstitutor(IHost 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(IHost 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 IHost connection
Constructor Detail |
---|
public QSYSCompileSubstitutor(IHost connection)
Method Detail |
---|
public void setConnection(IHost connection)
public String getSubstitutionValue(String substitutionVariable, Object context)
com.ibm.etools.systems.core.ui.commands.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)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |