|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReleaseDescriptorStore
Storage for reading and writing release configuration.
| Field Summary | |
|---|---|
static String |
ROLE
The Plexus role. |
| Method Summary | |
|---|---|
void |
delete(ReleaseDescriptor config)
Remove a configuration. |
ReleaseDescriptor |
read(ReleaseDescriptor mergeDescriptor)
Read a configuration. |
void |
write(ReleaseDescriptor config)
Save a configuration. |
| Field Detail |
|---|
static final String ROLE
| Method Detail |
|---|
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 override
ReleaseDescriptorStoreException
void write(ReleaseDescriptor config)
throws ReleaseDescriptorStoreException
config - the configuration
ReleaseDescriptorStoreExceptionvoid delete(ReleaseDescriptor config)
config - the location of the configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||