public interface ReleaseDescriptorStore
Modifier and Type | Method and Description |
---|---|
void |
delete(ReleaseDescriptor config)
Remove a configuration.
|
ReleaseDescriptorBuilder |
read(ReleaseDescriptorBuilder mergeDescriptor)
Read a configuration.
|
void |
write(ReleaseDescriptor config)
Save a configuration.
|
ReleaseDescriptorBuilder read(ReleaseDescriptorBuilder mergeDescriptor) throws ReleaseDescriptorStoreException
mergeDescriptor
- configuration to merge with the loaded configuration. Some values are used as defaults,
while others are used to overrideReleaseDescriptorStoreException
- if any.void write(ReleaseDescriptor config) throws ReleaseDescriptorStoreException
config
- the configurationReleaseDescriptorStoreException
- if any.void delete(ReleaseDescriptor config)
config
- the location of the configurationCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.