|
Doclet API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a java package. Provides access to information about the package, the package's comment and tags, and the classes in the package.
Method Summary | |
ClassDoc[] |
allClasses()
Get all included classes (including Exceptions and Errors) and interfaces. |
ClassDoc[] |
allClasses(boolean filter)
Get all classes (including Exceptions and Errors) and interfaces. |
ClassDoc[] |
errors()
Get Error classes in this package. |
ClassDoc[] |
exceptions()
Get Exception classes in this package. |
ClassDoc |
findClass(String className)
Lookup for a class within this package. |
ClassDoc[] |
interfaces()
Get Interfaces in this package. |
ClassDoc[] |
ordinaryClasses()
Get ordinary classes (excluding Exceptions and Errors) in this package. |
Methods inherited from interface com.sun.javadoc.Doc |
commentText, compareTo, firstSentenceTags, getRawCommentText, inlineTags, isClass, isConstructor, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, position, seeTags, setRawCommentText, tags, tags |
Method Detail |
public ClassDoc[] allClasses(boolean filter)
public ClassDoc[] allClasses()
public ClassDoc[] ordinaryClasses()
public ClassDoc[] exceptions()
public ClassDoc[] errors()
public ClassDoc[] interfaces()
public ClassDoc findClass(String className)
|
Doclet API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |