public interface ReleaseDescriptorStore
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROLE
The Plexus role.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete(ReleaseDescriptor config)
Remove a configuration.
|
ReleaseDescriptor |
read(ReleaseDescriptor mergeDescriptor)
Read a configuration.
|
void |
write(ReleaseDescriptor config)
Save a configuration.
|
ReleaseDescriptor read(ReleaseDescriptor mergeDescriptor) throws ReleaseDescriptorStoreException
mergeDescriptor - configuration to merge with the loaded configuration. Some values are used as defaults,
while others are used to overrideReleaseDescriptorStoreExceptionvoid write(ReleaseDescriptor config) throws ReleaseDescriptorStoreException
config - the configurationReleaseDescriptorStoreExceptionvoid delete(ReleaseDescriptor config)
config - the location of the configurationCopyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.