iSeries Remote Systems
v6.0.1

com.ibm.etools.iseries.core.compile
Class ISeriesIBMIFSCompileCommand

java.lang.Object
  extended bycom.ibm.etools.systems.core.ui.compile.SystemDefaultCompileCommand
      extended bycom.ibm.etools.iseries.core.compile.ISeriesIBMCompileCommand
          extended bycom.ibm.etools.iseries.core.compile.ISeriesIBMIFSCompileCommand

public class ISeriesIBMIFSCompileCommand
extends ISeriesIBMCompileCommand

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.core.compile.ISeriesIBMCompileCommand
Copyright, nameSubstVar
 
Fields inherited from class com.ibm.etools.systems.core.ui.compile.SystemDefaultCompileCommand
addlParms, jobEnv, label, name, srcTypes
 
Constructor Summary
ISeriesIBMIFSCompileCommand(String commandName)
          Constructor for ISeriesIBMIFSCompileCommand.
ISeriesIBMIFSCompileCommand(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.core.compile.ISeriesIBMCompileCommand
addEVFOption, fillWithRequiredParams, getCommandWithParameters, isSQLCommand, setMODULE, setNameSubstitutionVariable, setOBJ, setSupportsEventFile, setSupportsIFS, setSupportsReplace, setUseCURLIB
 
Methods inherited from class com.ibm.etools.systems.core.ui.compile.SystemDefaultCompileCommand
appliesToSourceType, getCommandWithParameters, getJobEnvironment, getLabel, getName, getSourceTypes, populateWithParameters, printCommand, printCommandLabel, printCommandName, setAdditionalParameters, setJobEnvironment, setSourceType, setSourceTypes
 
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

ISeriesIBMIFSCompileCommand

public ISeriesIBMIFSCompileCommand(String commandName)
Constructor for ISeriesIBMIFSCompileCommand.

Parameters:
commandName -

ISeriesIBMIFSCompileCommand

public ISeriesIBMIFSCompileCommand(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 ISeriesIBMCompileCommand

iSeries Remote Systems
v6.0.1

Copyright © 2005 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.