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 Type
    Method
    Description
    void
    write(Writer destination, ConfigurationNode node)
    Write the contents of node to the destination writer.