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 overrideReleaseDescriptorStoreException
void write(ReleaseDescriptor config) throws ReleaseDescriptorStoreException
config
- the configurationReleaseDescriptorStoreException
void delete(ReleaseDescriptor config)
config
- the location of the configuration