Interface Configurable
- All Known Subinterfaces:
PersistenceWriter
- All Known Implementing Classes:
LocalWriter
public interface Configurable
Interface for configurable components.
- Author:
- Luca Frosini (ISTI-CNR)
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(ComponentConfiguration configuration) Configures the component with the given configuration.
-
Method Details
-
configure
Configures the component with the given configuration.- Parameters:
configuration- the component configuration
-