- getBottom() - Method in class org.apache.maven.jxr.DirectoryIndexer
-
see setBottom(String)
- getClassType() - Method in class org.apache.maven.jxr.pacman.JavaFile
-
Get 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
-
Get the names of the classes in this file.
- getClassTypes() - Method in class org.apache.maven.jxr.pacman.PackageType
-
Get all the known classes
- getCurrentFilename() - Method in class org.apache.maven.jxr.JavaCodeTransform
-
Get the current filename
- getDest() - Method in class org.apache.maven.jxr.JXR
-
Get the path to the destination files.
- getDestfile() - Method in class org.apache.maven.jxr.JavaCodeTransform
-
The current destination file being written
- getDocTitle() - Method in class org.apache.maven.jxr.DirectoryIndexer
-
see setDocTitle(String)
- getEncoding() - Method in class org.apache.maven.jxr.pacman.FileManager
-
see setEncoding(String)
- getEncoding() - Method in class org.apache.maven.jxr.pacman.JavaFile
-
Gets the encoding attribute of the JavaFile object
- getFile(String) - Method in class org.apache.maven.jxr.pacman.FileManager
-
Get a file from it's name.
- getFileManager() - Method in class org.apache.maven.jxr.pacman.PackageManager
-
- getFilename() - Method in class org.apache.maven.jxr.pacman.ClassType
-
- getFilename() - Method in class org.apache.maven.jxr.pacman.JavaFile
-
Gets the filename attribute of the JavaFile object
- getImportTypes() - Method in class org.apache.maven.jxr.pacman.JavaFile
-
Get 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
- getInstance() - Static method in class org.apache.maven.jxr.pacman.FileManager
-
Get an instance of the FileManager
- getName() - Method in class org.apache.maven.jxr.pacman.BaseType
-
Get the name for this type
- getOutputEncoding() - Method in class org.apache.maven.jxr.DirectoryIndexer
-
see setOutputEncoding(String)
- getPackage() - Method in class org.apache.maven.jxr.pacman.ImportType
-
Get the name of the package that this import is based on: EX: test.* will
return "test" EX: test.Test will return "test"
- getPackageRoot() - Method in class org.apache.maven.jxr.JavaCodeTransform
-
From the current file, determine the package root based on the current path.
- getPackageType() - Method in class org.apache.maven.jxr.pacman.JavaFile
-
Get 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 PackageManager
- getPackageTypes() - Method in class org.apache.maven.jxr.pacman.PackageManager
-
Get all of the packages in the PackageManager
- getRevision() - Method in class org.apache.maven.jxr.JavaCodeTransform
-
The current revision of the CVS module
- getSourceDirectory() - Method in class org.apache.maven.jxr.JavaCodeTransform
-
The current source directory being read from.
- getSourcefile() - Method in class org.apache.maven.jxr.JavaCodeTransform
-
The current source file being read
- getTemplateDir() - Method in class org.apache.maven.jxr.DirectoryIndexer
-
see setTemplateDir(String)
- getWindowTitle() - Method in class org.apache.maven.jxr.DirectoryIndexer
-
see setWindowTitle(String)
- 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
- setClassType(ClassType) - Method in class org.apache.maven.jxr.pacman.JavaFile
-
Set the name of this class.
- setCurrentFilename(String) - Method in class org.apache.maven.jxr.JavaCodeTransform
-
Set the current filename
- setDest(String) - Method in class org.apache.maven.jxr.JXR
-
- 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
-
Encoding is the encoding of source files.
- setEncoding(String) - Method in class org.apache.maven.jxr.pacman.JavaFile
-
Sets the encoding attribute of the JavaFile object
- 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.pacman.ClassType
-
- setFilename(String) - Method in class org.apache.maven.jxr.pacman.JavaFile
-
Sets the filename attribute of the JavaFile object
- 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
-
- setJavadocLinkDir(String) - Method in class org.apache.maven.jxr.JXR
-
- setLocale(Locale) - Method in class org.apache.maven.jxr.JXR
-
- setLog(Log) - Method in class org.apache.maven.jxr.JXR
-
- setName(String) - Method in class org.apache.maven.jxr.pacman.BaseType
-
Set the name for this type
- 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
-
- setPackageType(PackageType) - Method in class org.apache.maven.jxr.pacman.JavaFile
-
Set the PackageType of this class.
- setRevision(String) - Method in class org.apache.maven.jxr.JXR
-
- 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.
- setTransformer(JavaCodeTransform) - Method in class org.apache.maven.jxr.JXR
-
- 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
-
- STRING_END - Static variable in class org.apache.maven.jxr.JavaCodeTransform
-
end String delimiter
- STRING_START - Static variable in class org.apache.maven.jxr.JavaCodeTransform
-
start String delimiter
- 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 for the StringEntry object
- STYLESHEET_FILENAME - Static variable in class org.apache.maven.jxr.JavaCodeTransform
-
stylesheet file name
- syntaxHighlight(String) - Method in class org.apache.maven.jxr.JavaCodeTransform
-
Now different method of seeing if at end of input stream, closes inputs stream at end.