org.apache.maven.jxr
public class JXR extends Object
Version: $Id: JXR.java 360490 2006-01-01 15:07:52Z fgiust $
| Field Summary | |
|---|---|
| static String | NOTICE
Description of the Field |
| Method Summary | |
|---|---|
| String | getDest()
Get the path to the destination files
|
| static boolean | isHtmlFile(String filename)
Check to see if the file is a HTML file
|
| static boolean | isJavaFile(String filename)
Check to see if the file is a Java source file
|
| void | processPath(PackageManager packageManager, String source)
Now that we have instantiated everythign. |
| void | setDest(String dest) |
| void | setInputEncoding(String inputEncoding) |
| void | setJavadocLinkDir(String javadocLinkDir) |
| void | setLocale(Locale locale) |
| void | setLog(Log log) |
| void | setOutputEncoding(String outputEncoding) |
| void | setRevision(String revision) |
| void | setTransformer(JavaCodeTransform transformer) |
| void | xref(List sourceDirs, String templateDir, String windowTitle, String docTitle, String bottom) |
Returns: The path to the destination files
Parameters: filename The name of the file to check
Returns: true
if the file is a HTML file
Parameters: filename The name of the file to check
Returns: true
if the file is a Java file