Package net.orbyfied.aspen.raw
Interface RawProvider
public interface RawProvider
The raw configuration provider.
This is usually some kind of configuration
format library like SnakeYAML.
-
Method Summary
-
Method Details
-
write
Attempts to serialize the given node tree to the writer.- Parameters:
node- The node.writer- The writer.
-
compose
Parses the input from the reader into a node tree to be loaded.- Parameters:
reader- The reader.- Returns:
- The node.
-