Interface AbstractWritableConfigurationContext.ConfigurationRemover
-
- Enclosing class:
- AbstractWritableConfigurationContext
public static interface AbstractWritableConfigurationContext.ConfigurationRemoverFunction interface to remove theConfigurationItem.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoveConfiguration(java.lang.String location)Implement to remove the configuration.
-
-
-
Method Detail
-
removeConfiguration
void removeConfiguration(java.lang.String location) throws java.io.IOExceptionImplement to remove the configuration.- Parameters:
location- Location of theConfigurationItem.- Throws:
java.io.IOException- If fails to remove theConfigurationItem.
-
-