public interface RootDoc
Represents the root of the program structure information for one run of javadoc. From this root all other program structure information can be extracted. Also represents the command line information -- the packages, classes and options specified by the user.
commentText, compareTo, firstSentenceTags, getRawCommentText, inlineTags, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, position, seeTags, setRawCommentText, tags, tags
options
String[][] options()
For example, given:
javadoc -foo this that -bar other ...this method will return:
options()[0][0] = "-foo" options()[0][1] = "this" options()[0][2] = "that" options()[1][0] = "-bar" options()[1][1] = "other"
PackageDoc[] specifiedPackages()
-subpackages
and -exclude
options are used, return all the non-excluded packages.
ClassDoc[] specifiedClasses()
ClassDoc[] classes()
PackageDoc packageNamed(String name)
name
- package name
ClassDoc classNamed(String qualifiedName)
qualifiedName
- qualified class or package name
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4