Interface ConfigTarget

  • All Known Implementing Classes:
    ConfigProcessor

    public interface ConfigTarget
    A receiver of a configuration node, the other half of the loader.
    • Method Detail

      • write

        void write​(java.io.Writer destination,
                   ConfigurationNode node)
            throws ConfigurateException
        Write the contents of node to the destination writer.
        Parameters:
        destination - target to write to
        node - source node
        Throws:
        ConfigurateException - if any part of the node could not be written