|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBuildStyleConfiguration
A build style configuration can exist either for the workspace (in which case it is the default for new projects) or for a project. Every build style that is configurable has a default configuration and a configuration for each project for which it has been configured.
Configurations are always created by using the default constructor and then loading from a project or workspace or setting the individual fields.
This interface must not be directly implemented by clients.
Clients must sublcass the implementation found in
com.ibm.etools.iseries.remotebuild.BuildStyleConfiguration
.
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
void |
configure(Shell shell,
boolean forProject)
Modifies the build style configuration. |
IBuildStyle |
getStyle()
Returns the style of this particular configuration. |
boolean |
isComplete()
Returns true if this configuration is complete. |
void |
loadDefaults()
Loads the configuration state from its defaults. |
void |
loadFrom(RBProject project)
Loads the configuration state from a project. |
void |
saveDefaults()
Saves the configuration to a default area. |
void |
saveTo(RBProject project)
Saves the configuration to a project. |
void |
setStyle(IBuildStyle style)
Sets the style of this particular configuration. |
Field Detail |
---|
static final String Copyright
Method Detail |
---|
boolean isComplete()
true
if this configuration is complete. Configurations
that are incomplete may be presented differently in a user interface that
configurations that are complete.
void configure(Shell shell, boolean forProject)
void saveTo(RBProject project)
void loadFrom(RBProject project)
void saveDefaults()
void loadDefaults()
void setStyle(IBuildStyle style)
IBuildStyle getStyle()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |