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