|
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 SystemCompileProfile com.ibm.etools.iseries.rse.ui.compile.IFSCompileProfile
public class IFSCompileProfile
ISeries IFS flavour of the compile profile object, which manages a list of compile types, which in turn manages a list of compile commands per compilable source file type in the IFS.
Instantiated by the ISeries IFS Files subsystem factory.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
IFSCompileProfile(SystemCompileManager manager,
String profileName)
Constructor Will automatically read from disk |
Method Summary | |
---|---|
void |
addContributions(Object element)
|
SystemCompilableSource |
getCompilableSourceObject(Shell shell,
Object selectedObject,
SystemCompileCommand compileCmd,
boolean isPrompt,
Viewer viewer)
When the time comes to actually run a compile command against a selected source object, this method is called to return the instance of SystemCompilableSource to do that. |
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
Constructor Detail |
---|
public IFSCompileProfile(SystemCompileManager manager, String profileName)
Method Detail |
---|
public SystemCompilableSource getCompilableSourceObject(Shell shell, Object selectedObject, SystemCompileCommand compileCmd, boolean isPrompt, Viewer viewer)
We return an instance of our ISeriesCompileMember class for qsys compile commands, and ISeriesCompilableSourceIFS for qshell compile commands.
public void addContributions(Object element)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |