Uses of Interface
com.sun.javadoc.PackageDoc
-
Packages that use PackageDoc Package Description com.sun.javadoc Note: The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. -
-
Uses of PackageDoc in com.sun.javadoc
Methods in com.sun.javadoc that return PackageDoc Modifier and Type Method Description PackageDoc
ProgramElementDoc. containingPackage()
Deprecated, for removal: This API element is subject to removal in a future version.Get the package that this program element is contained in.PackageDoc[]
ClassDoc. importedPackages()
Deprecated, for removal: This API element is subject to removal in a future version.Import declarations are implementation details that should not be exposed here.PackageDoc
RootDoc. packageNamed(String name)
Deprecated, for removal: This API element is subject to removal in a future version.Return a PackageDoc for the specified package name.PackageDoc
SeeTag. referencedPackage()
Deprecated, for removal: This API element is subject to removal in a future version.Get the package doc when@see
references only a package.PackageDoc[]
RootDoc. specifiedPackages()
Deprecated, for removal: This API element is subject to removal in a future version.Return the packages specified on the command line.
-