|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Configuration
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/interfaces inherited from interface javax.wvcm.ControllableResource |
---|
ControllableResource.Conflict, ControllableResource.Ignore, ControllableResource.MergePreviewReport, ControllableResource.Update |
Nested classes/interfaces inherited from interface javax.wvcm.Resource |
---|
Resource.GenericResourceImpl |
Method Summary | |
---|---|
ControllableFolder |
getRootFolder()
Return the root folder of the configuration. |
java.util.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(java.util.List baselineList)
Set the SubbaselineList property of this Configuration . |
Method Detail |
---|
ControllableFolder getRootFolder() throws WvcmException
WvcmException
- if this Configuration
was not created with
ROOT_FOLDER
as a wanted property.java.util.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.void setSubbaselineList(java.util.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 |