Interface ConfigTarget
-
- All Known Implementing Classes:
ConfigProcessor
public interface ConfigTargetA receiver of a configuration node, the other half of the loader.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(java.io.Writer destination, ConfigurationNode node)Write the contents ofnodeto thedestinationwriter.
-
-
-
Method Detail
-
write
void write(java.io.Writer destination, ConfigurationNode node) throws ConfigurateExceptionWrite the contents ofnodeto thedestinationwriter.- Parameters:
destination- target to write tonode- source node- Throws:
ConfigurateException- if any part of the node could not be written
-
-