Uses of Interface
gw.gosudoc.com.sun.javadoc.PackageDoc
-
-
Uses of PackageDoc in gw.gosudoc.com.sun.javadoc
Methods in gw.gosudoc.com.sun.javadoc that return PackageDoc Modifier and Type Method Description PackageDocProgramElementDoc. containingPackage()Deprecated.Get the package that this program element is contained in.PackageDoc[]ClassDoc. importedPackages()Deprecated.Import declarations are implementation details that should not be exposed here.PackageDocRootDoc. packageNamed(java.lang.String name)Deprecated.Return a PackageDoc for the specified package name.PackageDocSeeTag. referencedPackage()Deprecated.Get the package doc when@seereferences only a package.PackageDoc[]RootDoc. specifiedPackages()Deprecated.Return the packages specified on the command line. -
Uses of PackageDoc in gw.gosudoc.com.sun.tools.doclets.formats.html
Fields in gw.gosudoc.com.sun.tools.doclets.formats.html declared as PackageDoc Modifier and Type Field Description protected PackageDocPackageTreeWriter. nextDeprecated.The next package name in the alpha-order list.protected PackageDocPackageWriterImpl. nextDeprecated.The next package name in the alpha-order list.protected PackageDocPackageTreeWriter. packagedocDeprecated.Package for which tree is to be generated.private PackageDocPackageFrameWriter. packageDocDeprecated.The package being documented.protected PackageDocPackageWriterImpl. packageDocDeprecated.The package being documented.(package private) PackageDocPackageUseWriter. pkgdocDeprecated.protected PackageDocPackageTreeWriter. prevDeprecated.The previous package name in the alpha-order list.protected PackageDocPackageWriterImpl. prevDeprecated.The prev package name in the alpha-order list.Fields in gw.gosudoc.com.sun.tools.doclets.formats.html with type parameters of type PackageDoc Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.List<PackageDoc>>PackageIndexWriter. groupPackageMapDeprecated.Map representing the group of packages as specified on the command line.protected java.util.SortedSet<PackageDoc>AbstractPackageIndexWriter. packagesDeprecated.A Set of Packages to be documented.(package private) java.util.SortedSet<PackageDoc>TreeWriter. packagesDeprecated.Packages in this run.(package private) java.util.SortedSet<PackageDoc>ClassUseWriter. pkgSetDeprecated.(package private) java.util.Set<PackageDoc>ClassUseWriter. pkgToPackageAnnotationsDeprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return PackageDoc Modifier and Type Method Description (package private) PackageDocHtmlDoclet. getNamedPackage(java.util.List<PackageDoc> list, int idx)Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type PackageDoc Modifier and Type Method Description voidHtmlDocletWriter. addAnnotationInfo(PackageDoc packageDoc, Content htmltree)Deprecated.Adds the annotatation types for the given packageDoc.protected voidPackageUseWriter. addClassRow(ClassDoc usedClass, PackageDoc pkg, Content contentTree)Deprecated.Add a row for the class that uses the given package.protected voidClassUseWriter. addClassUse(PackageDoc pkg, Content contentTree)Deprecated.Add the class use information.protected voidAbstractIndexWriter. addDescription(PackageDoc pkg, Content dlTree, SearchIndexItem si)Deprecated.Add one line summary comment for the package.voidConstantsSummaryWriterImpl. addLinkToPackageContent(PackageDoc pkg, java.lang.String parsedPackageName, java.util.Set<java.lang.String> printedPackageHeaders, Content contentListTree)Deprecated.Adds the given package name link to the constant content list tree.protected voidClassUseWriter. addPackageUse(PackageDoc pkg, Content contentTree)Deprecated.Add the package use information.protected voidPackageUseWriter. addPackageUse(PackageDoc pkg, Content contentTree)Deprecated.Add the package use information.voidSourceToHTMLConverter. convertPackage(PackageDoc pd, DocPath outputdir)Deprecated.Convert the Classes in the given Package to an HTML.static voidPackageFrameWriter. generate(ConfigurationImpl configuration, PackageDoc packageDoc)Deprecated.Generate a package summary page for the left-hand bottom frame.static voidPackageTreeWriter. generate(ConfigurationImpl configuration, PackageDoc pkg, PackageDoc prev, PackageDoc next, boolean noDeprecated)Deprecated.Construct a PackageTreeWriter object and then use it to generate the package tree page.static voidPackageUseWriter. generate(ConfigurationImpl configuration, ClassUseMapper mapper, PackageDoc pkgdoc)Deprecated.Generate a class page.javax.tools.JavaFileManager.LocationConfigurationImpl. getLocationForPackage(PackageDoc pd)Deprecated.protected ContentHtmlDocletWriter. getNavLinkPackage(PackageDoc pkg)Deprecated.Get link to the "package-summary.html" page for the package passed.protected ContentPackageIndexFrameWriter. getPackage(PackageDoc pd)Deprecated.Returns each package name as a separate link.java.lang.StringHtmlDocletWriter. getPackageAnchorName(PackageDoc packageDoc)Deprecated.Given a package, return the name to be used in HTML anchor tag.ContentHtmlDocletWriter. getPackageLink(PackageDoc pkg, Content label)Deprecated.Return the link to the given package.ContentHtmlDocletWriter. getPackageLink(PackageDoc pkg, java.lang.String label)Deprecated.Return the link to the given package.ContentHtmlDocletWriter. getPackageName(PackageDoc packageDoc)Deprecated.Returns a packagename content.PackageSummaryWriterWriterFactoryImpl. getPackageSummaryWriter(PackageDoc packageDoc, PackageDoc prevPkg, PackageDoc nextPkg)Deprecated.Return the writer for the package summary.ContentHtmlDocletWriter. getTargetPackageLink(PackageDoc pd, java.lang.String target, Content label)Deprecated.Get Package link, with target frame.protected DocPathHtmlDocletWriter. pathString(PackageDoc pd, DocPath name)Deprecated.Return path to the given file name in the given package.Method parameters in gw.gosudoc.com.sun.tools.doclets.formats.html with type arguments of type PackageDoc Modifier and Type Method Description protected voidAbstractPackageIndexWriter. addIndexContents(java.util.Collection<PackageDoc> packages, java.lang.String text, java.lang.String tableSummary, Content body)Deprecated.Adds package index contents.protected abstract voidAbstractPackageIndexWriter. addPackagesList(java.util.Collection<PackageDoc> packages, java.lang.String text, java.lang.String tableSummary, Content body)Deprecated.Adds the packages list to the documentation tree.protected voidPackageIndexFrameWriter. addPackagesList(java.util.Collection<PackageDoc> packages, java.lang.String text, java.lang.String tableSummary, Content body)Deprecated.Adds the packages list to the documentation tree.protected voidPackageIndexWriter. addPackagesList(java.util.Collection<PackageDoc> packages, Content tbody)Deprecated.Adds list of packages in the index table.protected voidPackageIndexWriter. addPackagesList(java.util.Collection<PackageDoc> packages, java.lang.String text, java.lang.String tableSummary, Content body)Deprecated.Adds the packages list to the documentation tree.(package private) PackageDocHtmlDoclet. getNamedPackage(java.util.List<PackageDoc> list, int idx)Deprecated.Constructors in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type PackageDoc Constructor Description PackageFrameWriter(ConfigurationImpl configuration, PackageDoc packageDoc)Deprecated.Constructor to construct PackageFrameWriter object and to generate "package-frame.html" file in the respective package directory.PackageTreeWriter(ConfigurationImpl configuration, DocPath path, PackageDoc packagedoc, PackageDoc prev, PackageDoc next)Deprecated.Constructor.PackageUseWriter(ConfigurationImpl configuration, ClassUseMapper mapper, DocPath filename, PackageDoc pkgdoc)Deprecated.Constructor.PackageWriterImpl(ConfigurationImpl configuration, PackageDoc packageDoc, PackageDoc prev, PackageDoc next)Deprecated.Constructor to construct PackageWriter object and to generate "package-summary.html" file in the respective package directory. -
Uses of PackageDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit with type parameters of type PackageDoc Modifier and Type Field Description java.util.SortedSet<PackageDoc>Configuration. packagesDeprecated.A sorted set of packages specified on the command-line merged with a collection of packages that contain the classes specified on the command-line.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit with parameters of type PackageDoc Modifier and Type Method Description voidConstantsSummaryWriter. addLinkToPackageContent(PackageDoc pkg, java.lang.String parsedPackageName, java.util.Set<java.lang.String> WriteedPackageHeaders, Content contentListTree)Deprecated.Adds the given package name link to the constant content list tree.abstract javax.tools.JavaFileManager.LocationConfiguration. getLocationForPackage(PackageDoc pd)Deprecated.PackageSummaryWriterWriterFactory. getPackageSummaryWriter(PackageDoc packageDoc, PackageDoc prevPkg, PackageDoc nextPkg)Deprecated.Return the writer for the package summary. -
Uses of PackageDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders declared as PackageDoc Modifier and Type Field Description private PackageDocConstantsSummaryBuilder. currentPackageDeprecated.The current package being documented.private PackageDocSerializedFormBuilder. currentPackageDeprecated.The current package being documented.private PackageDocPackageSummaryBuilder. packageDocDeprecated.The package being documented.Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with type parameters of type PackageDoc Modifier and Type Field Description protected java.util.Set<PackageDoc>AbstractBuilder. containingPackagesSeenDeprecated.Keep track of which packages we have seen for efficiency purposes.(package private) java.util.Set<PackageDoc>AbstractBuilder.Context. containingPackagesSeenKeep track of which packages we have seen for efficiency purposes.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type PackageDoc Modifier and Type Method Description static PackageSummaryBuilderPackageSummaryBuilder. getInstance(AbstractBuilder.Context context, PackageDoc pkg, PackageSummaryWriter packageWriter)Deprecated.Construct a new PackageSummaryBuilder.AbstractBuilderBuilderFactory. getPackageSummaryBuilder(PackageDoc pkg, PackageDoc prevPkg, PackageDoc nextPkg)Deprecated.Return the builder that builds the package summary.private booleanConstantsSummaryBuilder. hasConstantField(PackageDoc pkg)Deprecated.Return true if the given package has constant fields to document.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type PackageDoc Constructor Description PackageSummaryBuilder(AbstractBuilder.Context context, PackageDoc pkg, PackageSummaryWriter packageWriter)Deprecated.Construct a new PackageSummaryBuilder.Constructor parameters in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with type arguments of type PackageDoc Constructor Description Context(Configuration configuration, java.util.Set<PackageDoc> containingPackagesSeen, LayoutParser layoutParser) -
Uses of PackageDoc in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type parameters of type PackageDoc Modifier and Type Field Description java.util.Map<java.lang.String,java.util.Set<PackageDoc>>ClassUseMapper. classToPackageDeprecated.Mapping of ClassDocs to set of PackageDoc used by that class.java.util.Map<java.lang.String,java.util.List<PackageDoc>>ClassUseMapper. classToPackageAnnotationsDeprecated.Mapping of Annotations to set of PackageDoc that use the annotation.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type parameters of type PackageDoc Modifier and Type Method Description private <T extends PackageDoc>
voidClassUseMapper. mapAnnotations(java.util.Map<java.lang.String,java.util.List<T>> map, PackageDoc doc, T holder)Deprecated.Map the AnnotationType to the ProgramElementDocs that use them as type parameters.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return types with arguments of type PackageDoc Modifier and Type Method Description (package private) java.util.List<PackageDoc>Group. getPkgList(java.util.Map<java.lang.String,java.util.List<PackageDoc>> map, java.lang.String groupname)Deprecated.For the given group name, return the package list, on which it is mapped.java.util.Map<java.lang.String,java.util.List<PackageDoc>>Group. groupPackages(java.util.Set<PackageDoc> packages)Deprecated.Group the packages according the grouping information provided on the command line.private java.util.Set<PackageDoc>ClassUseMapper. packageSet(ClassDoc cd)Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type PackageDoc Modifier and Type Method Description ClassDoc[]ClassDocCatalog. allClasses(PackageDoc pkgDoc)Deprecated.Return all of the classes specified on the command-line that belong to the given package.voidUtils. copyDocFiles(Configuration configuration, PackageDoc pd)Deprecated.Copy the given directory contents from the source package directory to the generated documentation directory.static DocPathDocPath. forPackage(PackageDoc pd)Deprecated.Return the path for a package.static DocPathDocPath. forRoot(PackageDoc pd)Deprecated.Return the inverse path for a package.java.lang.String[]MetaKeywords. getMetaKeywords(PackageDoc packageDoc)Deprecated.Get the package keywords.java.lang.StringUtils. getPackageFileHeadName(PackageDoc packageDoc)Deprecated.Given a package, return its file name without the extension.java.lang.StringUtils. getPackageName(PackageDoc packageDoc)Deprecated.Given a package, return its name.private <T extends PackageDoc>
voidClassUseMapper. mapAnnotations(java.util.Map<java.lang.String,java.util.List<T>> map, PackageDoc doc, T holder)Deprecated.Map the AnnotationType to the ProgramElementDocs that use them as type parameters.static DocPathDocPath. relativePath(PackageDoc from, PackageDoc to)Deprecated.Return the relative path from one package to another.Method parameters in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type arguments of type PackageDoc Modifier and Type Method Description (package private) java.util.List<PackageDoc>Group. getPkgList(java.util.Map<java.lang.String,java.util.List<PackageDoc>> map, java.lang.String groupname)Deprecated.For the given group name, return the package list, on which it is mapped.java.util.Map<java.lang.String,java.util.List<PackageDoc>>Group. groupPackages(java.util.Set<PackageDoc> packages)Deprecated.Group the packages according the grouping information provided on the command line. -
Uses of PackageDoc in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement PackageDoc Modifier and Type Class Description classPackageDocImplDeprecated.Fields in gw.gosudoc.com.sun.tools.javadoc.main declared as PackageDoc Modifier and Type Field Description private PackageDocSeeTagImpl. referencedPackageDeprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return PackageDoc Modifier and Type Method Description PackageDocClassDocImpl. containingPackage()Deprecated.Return the package that this class is contained in.PackageDocProgramElementDocImpl. containingPackage()Deprecated.Return the package that this member is contained in.PackageDoc[]ClassDocImpl. importedPackages()Deprecated.Import declarations are implementation details that should not be exposed here.PackageDocRootDocImpl. packageNamed(java.lang.String name)Deprecated.Return a PackageDoc for the specified package namePackageDocSeeTagImpl. referencedPackage()Deprecated.get the package referenced by @see.PackageDoc[]RootDocImpl. specifiedPackages()Deprecated.Packages specified on the command line.
-