Uses of Interface
com.blackrook.archetext.struct.PreprocessorLexer.Includer
Packages that use PreprocessorLexer.Includer
Package
Description
Contains the main classes for ArcheText object generation.
Additional helper data structures and methods.
-
Uses of PreprocessorLexer.Includer in com.blackrook.archetext
Methods in com.blackrook.archetext with parameters of type PreprocessorLexer.IncluderModifier and TypeMethodDescriptionstatic voidArcheTextReader.apply(File f, PreprocessorLexer.Includer includer, 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, PreprocessorLexer.Includer includer, 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.static ArcheTextRootArcheTextReader.read(File file, PreprocessorLexer.Includer includer) Reads ArcheText objects into a new root from a starting text file.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, PreprocessorLexer.Includer includer) Reads ArcheText objects into a new root.static ArcheTextRootArcheTextReader.read(String streamName, Reader reader, PreprocessorLexer.Includer includer) Reads ArcheText objects into a new root from a reader stream. -
Uses of PreprocessorLexer.Includer in com.blackrook.archetext.struct
Classes in com.blackrook.archetext.struct that implement PreprocessorLexer.IncluderModifier and TypeClassDescriptionstatic classDefault includer to use when none specified.Methods in com.blackrook.archetext.struct with parameters of type PreprocessorLexer.IncluderModifier and TypeMethodDescriptionvoidPreprocessorLexer.setIncluder(PreprocessorLexer.Includer includer) Sets the primary includer to use for resolving included streams.