|
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.BuildStyleConfiguration
com.ibm.etools.iseries.remotebuild.styles.CommandConfiguration
public class CommandConfiguration
Manages the saving, restoring, and accessing the build command associated with the CommandBuildStyle.
| Field Summary | |
|---|---|
static String |
Copyright
|
| Constructor Summary | |
|---|---|
CommandConfiguration()
Constructor for CommandBuildStyleConfiguration. |
|
| Method Summary | |
|---|---|
void |
configure(Shell shell,
boolean forProject)
Configures this build style. |
String |
getBuildCommand()
Gets the build command for this build style from its project. |
boolean |
isAutoPush()
Retrieves the autoPush value for this configuration. |
boolean |
isComplete()
Returns true if this configuration is complete. |
void |
loadDefaults()
Loads the default state of this build style. |
void |
loadFrom(RBProject project)
Loads the state of this style from a project. |
void |
saveDefaults()
Saves the state of this style to its default area. |
void |
saveTo(RBProject project)
Saves the state of this style to a project. |
void |
setAutoPush(boolean autoPush)
Sets the autoPush value for the configuration. |
void |
setBuildCommand(String command)
Sets the build command for this build style into the project. |
| Methods inherited from class com.ibm.etools.iseries.remotebuild.BuildStyleConfiguration |
|---|
getStyle, setStyle |
| 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 CommandConfiguration()
| Method Detail |
|---|
public boolean isComplete()
isComplete in interface IBuildStyleConfigurationisComplete in class BuildStyleConfigurationIBuildStyleConfigurationpublic void saveTo(RBProject project)
saveTo in interface IBuildStyleConfigurationsaveTo in class BuildStyleConfigurationIBuildStyleConfigurationpublic void loadFrom(RBProject project)
loadFrom in interface IBuildStyleConfigurationloadFrom in class BuildStyleConfigurationIBuildStyleConfigurationpublic void saveDefaults()
saveDefaults in interface IBuildStyleConfigurationsaveDefaults in class BuildStyleConfigurationIBuildStyleConfigurationpublic void loadDefaults()
loadDefaults in interface IBuildStyleConfigurationloadDefaults in class BuildStyleConfigurationIBuildStyleConfigurationpublic void setBuildCommand(String command)
public String getBuildCommand()
public void setAutoPush(boolean autoPush)
public boolean isAutoPush()
public void configure(Shell shell,
boolean forProject)
configure in interface IBuildStyleConfigurationconfigure in class BuildStyleConfigurationIBuildStyleConfiguration
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||