|
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.Objectcom.ibm.etools.iseries.remotebuild.util.CompileCommandUtil
public class CompileCommandUtil
Utility classes to manipulate compile commands, profiles, types, and managers.
| Constructor Summary | |
|---|---|
CompileCommandUtil()
|
|
| Method Summary | |
|---|---|
static List |
getCompileTypes(String sourceType)
Returns the compile types associated with this connection and source type. |
static SystemCompileCommand |
getLastUsedCompileCommand(String sourceType)
Returns the one and only default compile command for a given source type. |
static String |
getLastUsedProfileName()
Returns the last used compile profile name. |
static ISystemCompileCommandSubstitutor |
getSubstitutor(IHost connection)
Gets the standard substitutor for this connection. |
static void |
setLastUsedProfileName(String name)
Sets the last used compile profile name. |
static List |
sortMembers(List members)
Sort the list of members in the correct order for compiling. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompileCommandUtil()
| Method Detail |
|---|
public static List getCompileTypes(String sourceType)
public static String getLastUsedProfileName()
public static void setLastUsedProfileName(String name)
public static SystemCompileCommand getLastUsedCompileCommand(String sourceType)
public static ISystemCompileCommandSubstitutor getSubstitutor(IHost connection)
connection - the SystemConnection whose command subsystem is to be examined
public static List sortMembers(List members)
members - a List of RBMembers to sort
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||