|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A configuration is a resource that is associated with a folder (called the "root folder") and that represents all members of the root folder that are not in another configuration.
A version-controlled configuration is associated with a baseline-controlled folder, and is used to create and access baselines of that folder.
When a folder is both version-controlled and baseline-controlled, a client can create a new version of the folder by checking out and checking in that folder, and it can create a new baseline of that folder by checking out and checking in the version-controlled configuration of that folder.
| Nested Class Summary |
| Nested classes inherited from class ControllableResource |
ControllableResource.Conflict, ControllableResource.Ignore, ControllableResource.MergePreviewReport, ControllableResource.Update |
| Method Summary | |
ControllableFolder |
getRootFolder()
Return the root folder of the configuration. |
List |
getSubbaselineList()
If this Configuration is checked-out,
return a list of Baseline objects that identify the baselines
that will be the subbaselines of the baseline created when this Configuration
is checked in; otherwise return null. |
void |
setSubbaselineList(List baselineList)
Set the SubbaselineList property of this Configuration. |
| Method Detail |
public ControllableFolder getRootFolder()
throws WvcmException
WvcmException - if this Configuration was not created with
ROOT_FOLDER as a wanted property.
public List getSubbaselineList()
throws WvcmException
Configuration is checked-out,
return a list of Baseline objects that identify the baselines
that will be the subbaselines of the baseline created when this Configuration
is checked in; otherwise return null.
WvcmException - if this Configuration was not created with
SUBBASELINE_LIST as a wanted property.
public void setSubbaselineList(List baselineList)
throws WvcmException
Configuration.
baselineList - A list of Baseline objects that will be
the SubbaselineList property of the baseline created when this Configuration
is checked in.
WvcmException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||