Interface | Description |
---|---|
CollectionStrategy |
A strategy for discovering the structure of a project.
|
Log.Adapter | |
SourceRoot.Callback | |
SourceZip.Callback |
An interface to define a callback for each file that's parsed.
|
Class | Description |
---|---|
ClassUtils | |
CodeGenerationUtils |
Utilities that can be useful when generating code.
|
Log |
To avoid dependencies on logging frameworks, we have invented yet another logging framework :-)
See a blog about this
|
Log.SilentAdapter |
This adapter logs nothing.
|
Log.StandardOutStandardErrorAdapter |
This adapter logs to standard out and standard error.
|
Pair<A,B> |
Simply a pair of objects.
|
ParserCollectionStrategy |
A brute force
CollectionStrategy for discovering a project structure. |
PositionUtils | |
ProjectRoot |
The structure of a Java project directory.
|
SeparatedItemStringBuilder |
Builds a string containing a list of items with a prefix, a postfix, and a separator.
|
SourceRoot |
A collection of Java source files located in one directory and its subdirectories on the file system.
|
SourceZip |
A collection of Java source files and its sub-directories located in a ZIP or JAR file on the file system.
|
StringEscapeUtils |
Adapted from apache commons-lang3 project.
|
Utils |
Any kind of utility.
|
VisitorList<N extends Node> |
A list that overrides the equals and hashcode calculation of the added nodes
by using another equals and hashcode visitor for those methods.
|
VisitorMap<N extends Node,V> |
A map that overrides the equals and hashcode calculation of the added nodes
by using another equals and hashcode visitor for those methods.
|
VisitorSet<N extends Node> |
A set that overrides the equals and hashcode calculation of the added nodes
by using another equals and hashcode visitor for those methods.
|
Enum | Description |
---|---|
LineSeparator |
A representation of line endings, that can be used throughout the codebase.
|
SourceRoot.Callback.Result |
Copyright © 2007–2020. All rights reserved.