com.ibm.etools.iseries.rse.ui.compile
Class IFSCompileCommand
java.lang.Object
SystemDefaultCompileCommand
com.ibm.etools.iseries.rse.ui.compile.QSYSCompileCommand
com.ibm.etools.iseries.rse.ui.compile.IFSCompileCommand
public class IFSCompileCommand
- extends QSYSCompileCommand
Specialization of ISeries compile commands for IFS. These QSYS commands that execute against IFS files,
versus QSHELL commands.
Constructor Summary |
IFSCompileCommand(String commandName)
Constructor for ISeriesIBMIFSCompileCommand. |
IFSCompileCommand(String commandName,
boolean supportsSRCMBR,
boolean supportsPGMorMODULE,
boolean supportsDBGVIEW)
Constructor for ISeriesIBMIFSCompileCommand. |
Methods inherited from class com.ibm.etools.iseries.rse.ui.compile.QSYSCompileCommand |
addEVFOption, fillWithRequiredParams, getCommandWithParameters, isSQLCommand, setMODULE, setNameSubstitutionVariable, setOBJ, setSupportsEventFile, setSupportsIFS, setSupportsReplace, setUseCURLIB |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final String copyright
- See Also:
- Constant Field Values
IFSCompileCommand
public IFSCompileCommand(String commandName)
- Constructor for ISeriesIBMIFSCompileCommand.
- Parameters:
commandName
-
IFSCompileCommand
public IFSCompileCommand(String commandName,
boolean supportsSRCMBR,
boolean supportsPGMorMODULE,
boolean supportsDBGVIEW)
- Constructor for ISeriesIBMIFSCompileCommand.
- Parameters:
commandName
- supportsSRCMBR
- supportsPGMorMODULE
- supportsDBGVIEW
-
getNameSubstitutionVariable
protected String getNameSubstitutionVariable()
- Overridable method to return the substitution variable for the selected resource name.
Returns "&FNR" for the file name minus the extension, unless setNameSubstitutionVariable has been called,
in which case it is used.
- Overrides:
getNameSubstitutionVariable
in class QSYSCompileCommand
Copyright © 2011 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.