Interface AbstractWritableConfigurationContext.ConfigurationRemover
- Enclosing class:
- AbstractWritableConfigurationContext
public static interface AbstractWritableConfigurationContext.ConfigurationRemover
Function interface to remove the
ConfigurationItem.-
Method Summary
Modifier and TypeMethodDescriptionvoidremoveConfiguration(String location) Implement to remove the configuration.
-
Method Details
-
removeConfiguration
Implement to remove the configuration.- Parameters:
location- Location of theConfigurationItem.- Throws:
IOException- If fails to remove theConfigurationItem.
-