|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.Writer
java.io.PrintWriter
com.sun.tools.doclets.formats.html.markup.HtmlWriter
com.sun.tools.doclets.formats.html.markup.HtmlDocWriter
com.sun.tools.doclets.formats.html.HtmlDocletWriter
com.sun.tools.doclets.formats.html.AbstractIndexWriter
com.sun.tools.doclets.formats.html.SingleIndexWriter
public class SingleIndexWriter
Generate only one index file for all the Member Names with Indexing in Unicode Order. The name of the generated file is "index-all.html" and it is generated in current or the destination directory.
Character| Field Summary |
|---|
| Fields inherited from class com.sun.tools.doclets.formats.html.AbstractIndexWriter |
|---|
indexbuilder |
| Fields inherited from class com.sun.tools.doclets.formats.html.HtmlDocletWriter |
|---|
configuration, displayLength, filename, path, relativePath, relativepathNoSlash |
| Fields inherited from class com.sun.tools.doclets.formats.html.markup.HtmlWriter |
|---|
fileseparator, htmlFilename, winTitle |
| Fields inherited from class java.io.PrintWriter |
|---|
out |
| Fields inherited from class java.io.Writer |
|---|
lock |
| Constructor Summary | |
|---|---|
SingleIndexWriter(ConfigurationImpl configuration,
java.lang.String filename,
IndexBuilder indexbuilder)
Construct the SingleIndexWriter with filename "index-all.html" and the IndexBuilder |
|
| Method Summary | |
|---|---|
static void |
generate(ConfigurationImpl configuration,
IndexBuilder indexbuilder)
Generate single index file, for all Unicode characters. |
protected void |
generateIndexFile()
Generate the contents of each index file, with Header, Footer, Member Field, Method and Constructor Description. |
protected void |
printLinksForIndexes()
Print Links for all the Index Files per unicode character. |
| Methods inherited from class com.sun.tools.doclets.formats.html.AbstractIndexWriter |
|---|
generateContents, navLinkIndex, printClassInfo, printComment, printDescription, printDescription, printDescription, printMemberDesc |
| Methods inherited from class com.sun.tools.doclets.formats.html.markup.HtmlDocWriter |
|---|
getHyperLink, getHyperLink, getHyperLink, getHyperLink, getPkgName, printBodyHtmlEnd, printFooter, printFrameFooter, printFramesetHeader, printFramesetHeader, printHyperLink, printHyperLink, printHyperLink, printHyperLink, printNbsps, printPkgName, spaces, today |
| Methods inherited from class java.io.PrintWriter |
|---|
append, append, append, checkError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SingleIndexWriter(ConfigurationImpl configuration,
java.lang.String filename,
IndexBuilder indexbuilder)
throws java.io.IOException
IndexBuilder
filename - Name of the index file to be generated.indexbuilder - Unicode based Index from IndexBuilder
java.io.IOException| Method Detail |
|---|
public static void generate(ConfigurationImpl configuration,
IndexBuilder indexbuilder)
indexbuilder - IndexBuilder built by IndexBuilder
DocletAbortException
protected void generateIndexFile()
throws java.io.IOException
java.io.IOExceptionprotected void printLinksForIndexes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||