Interface ReleaseDescriptorStore
- All Known Implementing Classes:
PropertiesReleaseDescriptorStore
public interface ReleaseDescriptorStore
Storage for reading and writing release configuration.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(ReleaseDescriptor config) Remove a configuration.read(ReleaseDescriptorBuilder mergeDescriptor) Read a configuration.voidwrite(ReleaseDescriptor config) Save a configuration.
-
Method Details