Uses of Class
com.blackrook.archetext.ArcheTextRoot
Packages that use ArcheTextRoot
Package
Description
Contains the main classes for ArcheText object generation.
-
Uses of ArcheTextRoot in com.blackrook.archetext
Methods in com.blackrook.archetext that return ArcheTextRootModifier and TypeMethodDescriptionstatic ArcheTextRootReads ArcheText objects into a new root from a starting text file.static ArcheTextRootArcheTextReader.read(File file, PreprocessorLexer.Includer includer) Reads ArcheText objects into a new root from a starting text file.static ArcheTextRootReads ArcheText objects from a String of text into a new root.static ArcheTextRootArcheTextReader.read(String text, PreprocessorLexer.Includer includer) Reads ArcheText objects from a String of text into a new root.static ArcheTextRootArcheTextReader.read(String streamName, InputStream in) Reads ArcheText objects into a new root.static ArcheTextRootArcheTextReader.read(String streamName, InputStream in, PreprocessorLexer.Includer includer) Reads ArcheText objects into a new root.static ArcheTextRootReads ArcheText objects into a new root from a reader stream.static ArcheTextRootArcheTextReader.read(String streamName, Reader reader, PreprocessorLexer.Includer includer) Reads ArcheText objects into a new root from a reader stream.static ArcheTextRootArcheTextReader.readResource(String name) Reads ArcheText objects from a classpath resource.Methods in com.blackrook.archetext with parameters of type ArcheTextRootModifier and TypeMethodDescriptionstatic voidArcheTextReader.apply(File f, ArcheTextRoot root) Applies the ArcheText objects read to an already existing root.static voidArcheTextReader.apply(File f, PreprocessorLexer.Includer includer, ArcheTextRoot root) Applies the ArcheText objects read to an already existing root.static voidArcheTextReader.apply(String text, ArcheTextRoot root) Applies the ArcheText objects read to an already existing root.static voidArcheTextReader.apply(String text, PreprocessorLexer.Includer includer, ArcheTextRoot root) Applies the ArcheText objects read to an already existing root.static voidArcheTextReader.apply(String streamName, InputStream in, ArcheTextRoot root) Applies the ArcheText objects read to an already existing root.static voidArcheTextReader.apply(String streamName, InputStream in, PreprocessorLexer.Includer includer, ArcheTextRoot root) Applies the ArcheText objects read to an already existing root.static voidArcheTextReader.apply(String streamName, Reader reader, ArcheTextRoot root) Applies the ArcheText objects read to an already existing root.static voidArcheTextReader.apply(String streamName, Reader reader, PreprocessorLexer.Includer includer, ArcheTextRoot root) Applies the ArcheText objects read to an already existing root.