public class DirectoryIndexer extends Object
index.html
main index containing the framesetoverview-frame.html
list of the project's packages (top left)allclasses-frame.html
list of all classes in the project (bottom left)overview-summary.html
top-level listing of the project's packages (main frame)package-summary.html
listing of all classes in this package (main frame)package-frame.html
listing of all classes in this package (bottom left)Modifier and Type | Class and Description |
---|---|
static class |
DirectoryIndexer.ClassInfo
Holds class information
|
static class |
DirectoryIndexer.PackageInfo |
static class |
DirectoryIndexer.ProjectInfo |
Constructor and Description |
---|
DirectoryIndexer(PackageManager packageManager,
String root)
Constructor for the DirectoryIndexer object
|
Modifier and Type | Method and Description |
---|---|
String |
getBottom()
Gets the footer for the navigation pages.
|
String |
getDocTitle()
Gets the major page heading.
|
String |
getOutputEncoding()
Gets the output encoding.
|
String |
getTemplateDir()
Gets the template directory.
|
String |
getWindowTitle()
Gets the window title.
|
void |
process()
Does the actual indexing.
|
void |
setBottom(String bottom)
Bottom is a footer for the navigation pages, usually a copyright.
See the javadoc documentation for the property of the same name. |
void |
setDocTitle(String docTitle)
docTitle is used as a page heading for the summary files.See the javadoc documentation for the property of the same name |
void |
setOutputEncoding(String outputEncoding)
OutputEncoding is the encoding of output files.
|
void |
setTemplateDir(String templateDir)
templateDir is the location of the jelly template files used
to generate the navigation pages. |
void |
setWindowTitle(String windowTitle)
windowTitle is used in the output's <title> tags
see the javadoc documentation for the property of the same name |
public DirectoryIndexer(PackageManager packageManager, String root)
packageManager
- PackageManager for this projectroot
- Path of the root output directorypublic void setOutputEncoding(String outputEncoding)
outputEncoding
- output encodingpublic String getOutputEncoding()
public void setTemplateDir(String templateDir)
templateDir
is the location of the jelly template files used
to generate the navigation pages.templateDir
- location of the template directorypublic String getTemplateDir()
public void setWindowTitle(String windowTitle)
windowTitle
is used in the output's <title> tags
see the javadoc documentation for the property of the same namewindowTitle
- the <title> attributepublic String getWindowTitle()
public void setDocTitle(String docTitle)
docTitle
is used as a page heading for the summary files.docTitle
- major page headingpublic String getDocTitle()
public void setBottom(String bottom)
bottom
- page footerpublic String getBottom()
public void process() throws JxrException
JxrException
- If something went wrongCopyright © 2002–2024 The Apache Software Foundation. All rights reserved.