merging_builder library

Classes

LibDir
Synthetic input representing files under the lib directory. For more information about synthetic input see: Writing an Aggregate Builder.
MergingBuilder<T, S extends SyntheticInput>
Builder that merges its output into one file.
MergingGenerator<T, A>
Generic class that extends GeneratorForAnnotation<A>.
PackageDir
Synthetic input representing files under the root directory. For more information about synthetic input see: Writing an Aggregate Builder.
StandaloneBuilder<S extends SyntheticInput>
Builder that uses synthetic input and creates one output file for each input file.
SyntheticBuilder<S extends SyntheticInput>
Base class of a builder that uses synthetic input.
SyntheticInput
Base class representing synthetic builder input. For more information about synthetic input see: Writing an Aggregate Builder.