Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.compile
Class IFSCompileCommand

java.lang.Object
  extended by SystemDefaultCompileCommand
      extended by com.ibm.etools.iseries.rse.ui.compile.QSYSCompileCommand
          extended by 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.


Field Summary
static String copyright
           
 
Fields inherited from class com.ibm.etools.iseries.rse.ui.compile.QSYSCompileCommand
Copyright, nameSubstVar
 
Constructor Summary
IFSCompileCommand(String commandName)
          Constructor for ISeriesIBMIFSCompileCommand.
IFSCompileCommand(String commandName, boolean supportsSRCMBR, boolean supportsPGMorMODULE, boolean supportsDBGVIEW)
          Constructor for ISeriesIBMIFSCompileCommand.
 
Method Summary
protected  String getNameSubstitutionVariable()
          Overridable method to return the substitution variable for the selected resource name.
 
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
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

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 -
Method Detail

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

Rational Developer for Power Systems Software
V7.6

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.