|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReleaseConfigurationStore
Storage for reading and writing release configuration.
| Field Summary | |
|---|---|
static java.lang.String |
ROLE
The Plexus role. |
| Method Summary | |
|---|---|
void |
delete(ReleaseConfiguration config)
Remove a configuration. |
ReleaseConfiguration |
read(ReleaseConfiguration mergeConfiguration)
Read a configuration. |
void |
write(ReleaseConfiguration config)
Save a configuration. |
| Field Detail |
|---|
static final java.lang.String ROLE
| Method Detail |
|---|
ReleaseConfiguration read(ReleaseConfiguration mergeConfiguration)
throws ReleaseConfigurationStoreException
mergeConfiguration - configuration to merge with the loaded configuration. Some values are used as defaults,
while others are used to override
ReleaseConfigurationStoreException
void write(ReleaseConfiguration config)
throws ReleaseConfigurationStoreException
config - the configuration
ReleaseConfigurationStoreExceptionvoid delete(ReleaseConfiguration config)
config - the location of the configuration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||