|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wvcm.ResourceImpl
org.apache.wvcm.ControllableResourceImpl
org.apache.wvcm.ConfigurationImpl
public class ConfigurationImpl
Implementation of Configuration.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.wvcm.ResourceImpl |
---|
ResourceImpl.LoadedProperties, ResourceImpl.XmlPropertyValue |
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 |
Field Summary |
---|
Fields inherited from class org.apache.wvcm.ResourceImpl |
---|
dnsp, MISSING_PROPERTY_VALUE |
Constructor Summary | |
---|---|
ConfigurationImpl(Location location)
Constructor |
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 . |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationImpl(Location location)
Method Detail |
---|
public ControllableFolder getRootFolder() throws WvcmException
getRootFolder
in interface Configuration
WvcmException
- if this Configuration
was not created with
PropertyName.ROOT_FOLDER
as a wanted property.public 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
.
getSubbaselineList
in interface Configuration
WvcmException
- if this Configuration
was not created with
PropertyName.SUBBASELINE_LIST
as a wanted property.public void setSubbaselineList(java.util.List baselineList) throws WvcmException
Configuration
.
setSubbaselineList
in interface 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 |