Interface ConfigTarget
- All Known Implementing Classes:
ConfigProcessor
public interface ConfigTarget
A receiver of a configuration node, the other half of the loader.
-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(Writer destination, ConfigurationNode node) Write the contents ofnodeto thedestinationwriter.
-
Method Details
-
write
Write the contents ofnodeto thedestinationwriter.- Parameters:
destination- target to write tonode- source node- Throws:
ConfigurateException- if any part of the node could not be written
-