| CollectionStrategy |
A strategy for discovering the structure of a project.
|
| Log.Adapter |
|
| Pair |
Simply a pair of objects.
|
| 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.
|
| SourceRoot.Callback |
|
| SourceRoot.Callback.Result |
|
| SourceZip |
A collection of Java source files and its sub-directories located in a ZIP or JAR file on the file system.
|
| SourceZip.Callback |
An interface to define a callback for each file that's parsed.
|