| Interface | Description |
|---|---|
| ParsingConfig |
Filters the parsing activity to only deeply parse classes that are either
annotated with an annotation returned by
ParsingConfig.getAnnotationsOfInterest()
or implements/subclass a type returned by ParsingConfig.getTypesOfInterest(). |
| ResourceLocator |
Interface to load .class files as resources for processing by the parser.
|
| Class | Description |
|---|---|
| AbstractAdapter |
Common archive adapter implementation
|
| DirectoryArchive |
Directory base archive abstraction
|
| InputStreamArchiveAdapter |
Archive adapter based on a single InputStream instance.
|
| JarArchive |
Jar based archive abstraction
|
| LinkedQueue<E> |
Non locked based linked queue.
|
Copyright © 2013 Oracle Corporation. All Rights Reserved.