public class JXR extends Object
Constructor and Description |
---|
JXR(PackageManager pkgmgr,
JavaCodeTransform transformer) |
Modifier and Type | Method and Description |
---|---|
static boolean |
isHtmlFile(String filename)
Check to see if the file is an HTML file.
|
static boolean |
isJavaFile(String filename)
Check to see if the file is a Java source file.
|
void |
processPath(PackageManager packageManager,
Path sourceDir,
String bottom)
Now that we have instantiated everything.
|
void |
setDest(Path dest) |
void |
setExcludes(String[] excludes) |
void |
setIncludes(String[] includes) |
void |
setInputEncoding(String inputEncoding) |
void |
setJavadocLinkDir(Path javadocLinkDir) |
void |
setLocale(Locale locale) |
void |
setOutputEncoding(String outputEncoding) |
void |
setRevision(String revision) |
void |
xref(List<String> sourceDirs,
String templateDir,
String windowTitle,
String docTitle,
String bottom) |
public JXR(PackageManager pkgmgr, JavaCodeTransform transformer)
public void processPath(PackageManager packageManager, Path sourceDir, String bottom) throws IOException
packageManager
- sourceDir
- bottom
- IOException
public static boolean isJavaFile(String filename)
filename
- The name of the file to checktrue
if the file is a Java filepublic static boolean isHtmlFile(String filename)
filename
- The name of the file to checktrue
if the file is an HTML filepublic void setDest(Path dest)
dest
- public void setLocale(Locale locale)
locale
- public void setInputEncoding(String inputEncoding)
inputEncoding
- public void setOutputEncoding(String outputEncoding)
outputEncoding
- public void setJavadocLinkDir(Path javadocLinkDir)
javadocLinkDir
- public void setRevision(String revision)
revision
- public void xref(List<String> sourceDirs, String templateDir, String windowTitle, String docTitle, String bottom) throws IOException, JxrException
sourceDirs
- templateDir
- windowTitle
- docTitle
- bottom
- IOException
JxrException
public void setExcludes(String[] excludes)
public void setIncludes(String[] includes)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.