Skip navigation links
A B C D F G I J O P S T X 

A

addClassType(ClassType) - Method in class org.apache.maven.jxr.pacman.JavaFile
Add a class type to the current list of class types.
addClassType(ClassType) - Method in class org.apache.maven.jxr.pacman.PackageType
Adds a class to this package.
addDefaultExcludes() - Method in class org.apache.maven.jxr.ant.DirectoryScanner
 
addFile(JavaFile) - Method in class org.apache.maven.jxr.pacman.FileManager
Add a file to this file manager.
addImportType(ImportType) - Method in class org.apache.maven.jxr.pacman.JavaFile
Add an import type.
addPackageType(PackageType) - Method in class org.apache.maven.jxr.pacman.PackageManager
Add a package to this package manager.

B

BaseType - Class in org.apache.maven.jxr.pacman
put your documentation comment here
BaseType(String) - Constructor for class org.apache.maven.jxr.pacman.BaseType
Constructs type and set its name.

C

ClassInfo(String, String) - Constructor for class org.apache.maven.jxr.DirectoryIndexer.ClassInfo
 
ClassType - Class in org.apache.maven.jxr.pacman
Represents a Java class, interface, enum or record.
ClassType(String) - Constructor for class org.apache.maven.jxr.pacman.ClassType
Deprecated.
Please use ClassType( String, String ) instead
ClassType(String, String) - Constructor for class org.apache.maven.jxr.pacman.ClassType
Create a new ClassType.

D

DirectoryIndexer - Class in org.apache.maven.jxr
This class creates the navigational pages for jxr's cross-referenced source files.
DirectoryIndexer(PackageManager, String) - Constructor for class org.apache.maven.jxr.DirectoryIndexer
Constructor for the DirectoryIndexer object
DirectoryIndexer.ClassInfo - Class in org.apache.maven.jxr
Holds class information
DirectoryIndexer.PackageInfo - Class in org.apache.maven.jxr
 
DirectoryIndexer.ProjectInfo - Class in org.apache.maven.jxr
 
DirectoryScanner - Class in org.apache.maven.jxr.ant
Workaround to ignore package-info.java files.
DirectoryScanner() - Constructor for class org.apache.maven.jxr.ant.DirectoryScanner
 
dump() - Method in class org.apache.maven.jxr.pacman.PackageManager
Dump the package information to STDOUT.

F

FileManager - Class in org.apache.maven.jxr.pacman
Singleton that handles holding references to JavaFiles.
FileManager() - Constructor for class org.apache.maven.jxr.pacman.FileManager
 

G

getAllClasses() - Method in class org.apache.maven.jxr.DirectoryIndexer.ProjectInfo
 
getAllPackages() - Method in class org.apache.maven.jxr.DirectoryIndexer.ProjectInfo
 
getBottom() - Method in class org.apache.maven.jxr.DirectoryIndexer
Gets the footer for the navigation pages.
getClasses() - Method in class org.apache.maven.jxr.DirectoryIndexer.PackageInfo
 
getClassType() - Method in class org.apache.maven.jxr.pacman.JavaFile
Gets the name of this class.
getClassType(String) - Method in class org.apache.maven.jxr.pacman.PackageType
Given the name of a class, get it from this package or null if it does not exist.
getClassTypes() - Method in class org.apache.maven.jxr.pacman.JavaFile
Gets the names of the classes in this file.
getClassTypes() - Method in class org.apache.maven.jxr.pacman.PackageType
Gets all the known classes
getDir() - Method in class org.apache.maven.jxr.DirectoryIndexer.ClassInfo
 
getDir() - Method in class org.apache.maven.jxr.DirectoryIndexer.PackageInfo
 
getDocTitle() - Method in class org.apache.maven.jxr.DirectoryIndexer
Gets the major page heading.
getEncoding() - Method in class org.apache.maven.jxr.pacman.FileManager
Gets the encoding of source files.
getEncoding() - Method in class org.apache.maven.jxr.pacman.JavaFile
Gets the encoding attribute.
getFile(Path) - Method in class org.apache.maven.jxr.pacman.FileManager
Gets a file from its name.
If the file does not exist within the FileManager, creates a new one and returns it.
getFilename() - Method in class org.apache.maven.jxr.DirectoryIndexer.ClassInfo
 
getFilename() - Method in class org.apache.maven.jxr.pacman.ClassType
Returns the file name.
getFilename() - Method in class org.apache.maven.jxr.pacman.JavaFile
Gets the file name without path and extension.
getFilenameWithoutPathOrExtension(Path) - Static method in class org.apache.maven.jxr.pacman.JavaFile
Remove the path and the ".java" extension from a filename.
getImportTypes() - Method in class org.apache.maven.jxr.pacman.JavaFile
Gets the imported packages/files that this package has.
getIndex() - Method in class org.apache.maven.jxr.util.StringEntry
Gets the index attribute of the StringEntry object.
getName() - Method in class org.apache.maven.jxr.DirectoryIndexer.ClassInfo
 
getName() - Method in class org.apache.maven.jxr.DirectoryIndexer.PackageInfo
 
getName() - Method in class org.apache.maven.jxr.pacman.BaseType
Gets the name for this type.
getOutputEncoding() - Method in class org.apache.maven.jxr.DirectoryIndexer
Gets the output encoding.
getPackage() - Method in class org.apache.maven.jxr.pacman.ImportType
Gets the name of the package that this import is based on: EX: test.* will return "test" EX: test.Test will return "test"
getPackageType() - Method in class org.apache.maven.jxr.pacman.JavaFile
Gets the package of this class.
getPackageType(String) - Method in class org.apache.maven.jxr.pacman.PackageManager
Given the name of a package (Ex: org.apache.maven.util) obtain it from the package manager.
getPackageTypes() - Method in class org.apache.maven.jxr.pacman.PackageManager
Gets all of the packages in this package manager.
getPath() - Method in class org.apache.maven.jxr.pacman.JavaFile
Gets the path attribute.
getRevision() - Method in class org.apache.maven.jxr.JavaCodeTransform
The current revision of the module.
getRootRef() - Method in class org.apache.maven.jxr.DirectoryIndexer.PackageInfo
 
getTemplateDir() - Method in class org.apache.maven.jxr.DirectoryIndexer
Gets the template directory.
getWindowTitle() - Method in class org.apache.maven.jxr.DirectoryIndexer
Gets the window title.

I

ImportType - Class in org.apache.maven.jxr.pacman
Represents an entry in a java "import" statement
ImportType(String) - Constructor for class org.apache.maven.jxr.pacman.ImportType
Create a new ImportType with the specified name.
isClass() - Method in class org.apache.maven.jxr.pacman.ImportType
Determines whether this is a class import.
isHtmlFile(String) - Static method in class org.apache.maven.jxr.JXR
Checks to see if the file is an HTML file.
isJavaFile(String) - Static method in class org.apache.maven.jxr.JXR
Check to see if the file is a Java source file.
isPackage() - Method in class org.apache.maven.jxr.pacman.ImportType
Determines whether this is a package import.

J

JavaCodeTransform - Class in org.apache.maven.jxr
Syntax highlights java by turning it into html.
JavaCodeTransform(PackageManager, FileManager) - Constructor for class org.apache.maven.jxr.JavaCodeTransform
 
JavaFile - Class in org.apache.maven.jxr.pacman
Interface for objects which wish to provide meta-info about a JavaFile.
JavaFile(Path, String) - Constructor for class org.apache.maven.jxr.pacman.JavaFile
 
JavaFileImpl - Class in org.apache.maven.jxr.pacman
PacMan implementation of a JavaFile.
JavaFileImpl(Path, String) - Constructor for class org.apache.maven.jxr.pacman.JavaFileImpl
Constructor of a new object that points to a given file.
JXR - Class in org.apache.maven.jxr
Main entry point into Maven used to kick off the XReference code building.
JXR(PackageManager, JavaCodeTransform) - Constructor for class org.apache.maven.jxr.JXR
 
JxrException - Exception in org.apache.maven.jxr
Exception occurring in JXR.
JxrException(String, Exception) - Constructor for exception org.apache.maven.jxr.JxrException
 

O

org.apache.maven.jxr - package org.apache.maven.jxr
 
org.apache.maven.jxr.ant - package org.apache.maven.jxr.ant
 
org.apache.maven.jxr.pacman - package org.apache.maven.jxr.pacman
 
org.apache.maven.jxr.util - package org.apache.maven.jxr.util
 

P

PackageInfo(String, String) - Constructor for class org.apache.maven.jxr.DirectoryIndexer.PackageInfo
 
PackageManager - Class in org.apache.maven.jxr.pacman
Given a list of directories, parse them out and store them as rendered packages, classes, imports, etc.
PackageManager(FileManager) - Constructor for class org.apache.maven.jxr.pacman.PackageManager
 
PackageType - Class in org.apache.maven.jxr.pacman
Represents a Java package and its subclasses.
PackageType(String) - Constructor for class org.apache.maven.jxr.pacman.PackageType
Creates a Java package.
PackageType() - Constructor for class org.apache.maven.jxr.pacman.PackageType
Creates a Java package with no name IE the default Java package.
process() - Method in class org.apache.maven.jxr.DirectoryIndexer
Does the actual indexing.
process(Path) - Method in class org.apache.maven.jxr.pacman.PackageManager
 
processPath(PackageManager, Path, String) - Method in class org.apache.maven.jxr.JXR
Now that we have instantiated everything.
ProjectInfo(Map<String, DirectoryIndexer.PackageInfo>, Map<String, DirectoryIndexer.ClassInfo>) - Constructor for class org.apache.maven.jxr.DirectoryIndexer.ProjectInfo
 

S

setBottom(String) - Method in class org.apache.maven.jxr.DirectoryIndexer
Bottom is a footer for the navigation pages, usually a copyright.
See the javadoc documentation for the property of the same name.
setClasses(Map<String, DirectoryIndexer.ClassInfo>) - Method in class org.apache.maven.jxr.DirectoryIndexer.PackageInfo
 
setClassType(ClassType) - Method in class org.apache.maven.jxr.pacman.JavaFile
Sets the name of this class.
setDest(Path) - Method in class org.apache.maven.jxr.JXR
Sets the destination.
setDocTitle(String) - Method in class org.apache.maven.jxr.DirectoryIndexer
docTitle is used as a page heading for the summary files.
See the javadoc documentation for the property of the same name
setEncoding(String) - Method in class org.apache.maven.jxr.pacman.FileManager
Sets the encoding of source files.
setExcludes(String[]) - Method in class org.apache.maven.jxr.JXR
 
setExcludes(String[]) - Method in class org.apache.maven.jxr.pacman.PackageManager
 
setFilename(String) - Method in class org.apache.maven.jxr.DirectoryIndexer.ClassInfo
 
setFilename(String) - Method in class org.apache.maven.jxr.pacman.ClassType
Sets the file name.
setIncludes(String[]) - Method in class org.apache.maven.jxr.JXR
 
setIncludes(String[]) - Method in class org.apache.maven.jxr.pacman.PackageManager
 
setInputEncoding(String) - Method in class org.apache.maven.jxr.JXR
Sets the input encoding.
setJavadocLinkDir(Path) - Method in class org.apache.maven.jxr.JXR
Sets the relative path to javadocs.
setLocale(Locale) - Method in class org.apache.maven.jxr.JXR
Sets the locale.
setOutputEncoding(String) - Method in class org.apache.maven.jxr.DirectoryIndexer
OutputEncoding is the encoding of output files.
setOutputEncoding(String) - Method in class org.apache.maven.jxr.JXR
Sets the output encoding.
setPackageType(PackageType) - Method in class org.apache.maven.jxr.pacman.JavaFile
Sets the package type of this class.
setRevision(String) - Method in class org.apache.maven.jxr.JXR
Sets the revision.
setRootRef(String) - Method in class org.apache.maven.jxr.DirectoryIndexer.PackageInfo
 
setTemplateDir(String) - Method in class org.apache.maven.jxr.DirectoryIndexer
templateDir is the location of the jelly template files used to generate the navigation pages.
setWindowTitle(String) - Method in class org.apache.maven.jxr.DirectoryIndexer
windowTitle is used in the output's <title> tags see the javadoc documentation for the property of the same name
SimpleWordTokenizer - Class in org.apache.maven.jxr.util
This is a small and fast word tokenizer.
SimpleWordTokenizer() - Constructor for class org.apache.maven.jxr.util.SimpleWordTokenizer
 
StringEntry - Class in org.apache.maven.jxr.util
A StringEntry represents a value found by the tokenizer.
StringEntry(String, int) - Constructor for class org.apache.maven.jxr.util.StringEntry
Constructor.

T

tokenize(String) - Static method in class org.apache.maven.jxr.util.SimpleWordTokenizer
Breaks the given line into multiple tokens.
tokenize(String, String) - Static method in class org.apache.maven.jxr.util.SimpleWordTokenizer
Tokenize the given line but only return those tokens that match the parameter find.
toString() - Method in class org.apache.maven.jxr.pacman.BaseType
 
toString() - Method in class org.apache.maven.jxr.util.StringEntry
 
transform(Path, Path, Locale, String, String, Path, String, String) - Method in class org.apache.maven.jxr.JavaCodeTransform
This is the public method for doing all transforms of code.

X

xref(List<String>, String, String, String, String) - Method in class org.apache.maven.jxr.JXR
Performs the cross-referencing.
A B C D F G I J O P S T X 
Skip navigation links

Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.