Class Summary | |
---|---|
BaseType | put your documentation comment here |
ClassType | Represents a Java class or interface |
DirectoryIndexer | This class creates the navigational pages for jxr's cross-referenced source files. |
DirectoryScanner | Workaround to ignore package-info.java files. |
FileManager |
Singleton that handles holding references to JavaFiles. |
ImportType | Represents an entry in a java "import" statement |
JavaCodeTransform | Syntax highlights java by turning it into html. |
JavaFile | Interface for objects which wish to provide metainfo about a JavaFile. |
JavaFileImpl | PacMan implementation of a JavaFile. |
JxrException | Exception occuring in JXR. |
JXR | Main entry point into Maven used to kick off the XReference code building. |
Log | Logging interface. |
PackageManager | Given a list of directories, parse them out and store them as rendered packages, classes, imports, etc. |
PackageType | Represents a Java package and its subclasses. |
SimpleWordTokenizer | This is a small and fast word tokenizer. |
StringEntry | A StringEntry represents a value found by the tokenizer. |
VelocityLogger | Logging interface for Velocity. |