|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.core.ui.compile.SystemDefaultCompileCommands
This class manages a list of compile commands.
Field Summary | |
---|---|
static String |
Copyright
|
Constructor Summary | |
---|---|
SystemDefaultCompileCommands()
Constructor for ISeriesCompileCommands. |
Method Summary | |
---|---|
void |
addCommand(SystemDefaultCompileCommand cmd)
Add a new compile command to the list |
String |
fillWithRequiredParams(String commandString)
Given a user-specified command string, check if the command is one of those defined in this list, and if so, verify it has all the minimum parameters. |
abstract String[] |
getAllDefaultSuppliedSourceTypes()
Return all pre-defined compilable source types. |
SystemDefaultCompileCommand |
getCommand(int idx)
Get the compile command at the given index |
SystemDefaultCompileCommand |
getCommand(String commandName)
Get the compile command the corresponds to the given command name. |
String[] |
getCommandNames()
Get the command names only as an array |
SystemDefaultCompileCommand[] |
getCommands()
Get the commands as an array |
SystemDefaultCompileCommand[] |
getCommandsForSrcType(String srcType)
Get the commands that match the given source types. |
String[] |
getCommandStrings()
Get the fully-populated command strings as an array of string |
int |
getSize()
Return a count of the compile commands in this list |
void |
printCommandLabels()
Print the command labels to standard out, for debugging purposes |
void |
printCommandNames()
Print the command names to standard out, for debugging purposes |
void |
printCommands()
Print the full command strings to standard out, for debugging purposes |
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 SystemDefaultCompileCommands()
Method Detail |
public abstract String[] getAllDefaultSuppliedSourceTypes()
public SystemDefaultCompileCommand getCommand(int idx)
public SystemDefaultCompileCommand getCommand(String commandName)
public SystemDefaultCompileCommand[] getCommands()
public SystemDefaultCompileCommand[] getCommandsForSrcType(String srcType)
public String[] getCommandNames()
public String[] getCommandStrings()
public int getSize()
public String fillWithRequiredParams(String commandString)
public void addCommand(SystemDefaultCompileCommand cmd)
public void printCommandLabels()
public void printCommandNames()
public void printCommands()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |