public class SuperClassPathFinderDoclet extends java.lang.Object
| Constructor and Description |
|---|
SuperClassPathFinderDoclet() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<java.lang.String> |
getClassFiles()
Get the collection of path names.
|
static java.lang.String |
getClassName()
Get the class name of the primary object.
|
static java.lang.String |
getFileNameForClassName(java.lang.String className)
Return the path for a fully-qualified class name.
|
static boolean |
start(com.sun.javadoc.RootDoc root)
The entry point called from javadoc.
|
public SuperClassPathFinderDoclet()
public static boolean start(com.sun.javadoc.RootDoc root)
public static java.util.Set<java.lang.String> getClassFiles()
public static java.lang.String getClassName()
public static java.lang.String getFileNameForClassName(java.lang.String className) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException