Uses of Class
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.Configuration
-
-
Uses of Configuration in gw.gosudoc.com.sun.tools.doclets.formats.html
Subclasses of Configuration in gw.gosudoc.com.sun.tools.doclets.formats.html Modifier and Type Class Description classConfigurationImplDeprecated.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html that return Configuration Modifier and Type Method Description ConfigurationHtmlDoclet. configuration()Deprecated.Create the configuration instance.ConfigurationHtmlDocletWriter. configuration()Deprecated.Return the configuation for this doclet.ConfigurationTagletWriterImpl. configuration()Deprecated. -
Uses of Configuration in gw.gosudoc.com.sun.tools.doclets.formats.html.markup
Fields in gw.gosudoc.com.sun.tools.doclets.formats.html.markup declared as Configuration Modifier and Type Field Description protected ConfigurationHtmlWriter. configurationDeprecated.The configurationMethods in gw.gosudoc.com.sun.tools.doclets.formats.html.markup that return Configuration Modifier and Type Method Description abstract ConfigurationHtmlDocWriter. configuration()Deprecated.Accessor for configuration.Constructors in gw.gosudoc.com.sun.tools.doclets.formats.html.markup with parameters of type Configuration Constructor Description HtmlDocWriter(Configuration configuration, DocPath filename)Deprecated.Constructor.HtmlWriter(Configuration configuration, DocPath path)Deprecated.Constructor. -
Uses of Configuration in gw.gosudoc.com.sun.tools.doclets.internal.toolkit
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit declared as Configuration Modifier and Type Field Description ConfigurationAbstractDoclet. configurationDeprecated.The global configuration information for this run.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit that return Configuration Modifier and Type Method Description abstract ConfigurationAbstractDoclet. configuration()Deprecated.Create the configuration instance and returns it. -
Uses of Configuration in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders declared as Configuration Modifier and Type Field Description protected ConfigurationAbstractBuilder. configurationDeprecated.The configuration used in this run of the doclet.(package private) ConfigurationAbstractBuilder.Context. configurationThe configuration used in this run of the doclet.private ConfigurationBuilderFactory. configurationDeprecated.The current configuration of the doclet.private ConfigurationLayoutParser. configurationDeprecated.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type Configuration Modifier and Type Method Description static LayoutParserLayoutParser. getInstance(Configuration configuration)Deprecated.Return an instance of the BuilderXML.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.builders with parameters of type Configuration Constructor Description BuilderFactory(Configuration configuration)Deprecated.Construct a builder factory using the given configuration.Context(Configuration configuration, java.util.Set<PackageDoc> containingPackagesSeen, LayoutParser layoutParser)LayoutParser(Configuration configuration)Deprecated. -
Uses of Configuration in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets that return Configuration Modifier and Type Method Description abstract ConfigurationTagletWriter. configuration()Deprecated.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets with parameters of type Configuration Modifier and Type Method Description private FieldDocValueTaglet. getFieldDoc(Configuration config, Tag tag, java.lang.String name)Deprecated.Given the name of the field, return the corresponding FieldDoc. -
Uses of Configuration in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util declared as Configuration Modifier and Type Field Description private ConfigurationClassDocCatalog. configurationDeprecated.private ConfigurationClassTree. configurationDeprecated.private ConfigurationDeprecatedAPIListBuilder. configurationDeprecated.private ConfigurationDocFile. configurationDeprecated.protected ConfigurationDocFileFactory. configurationDeprecated.private ConfigurationExtern. configurationDeprecated.The global configuration information for this run.private ConfigurationGroup. configurationDeprecated.The global configuration information for this run.private ConfigurationImplementedMethods. configurationDeprecated.private ConfigurationIndexBuilder. configurationDeprecated.private ConfigurationMessageRetriever. configurationDeprecated.The global configuration information for this run.private ConfigurationMetaKeywords. configurationDeprecated.The global configuration information for this run.private ConfigurationPackageListWriter. configurationDeprecated.private ConfigurationVisibleMemberMap. configurationDeprecated.The configuration this VisibleMemberMap was created with.Fields in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with type parameters of type Configuration Modifier and Type Field Description private static java.util.Map<Configuration,DocFileFactory>DocFileFactory. factoriesDeprecated.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type Configuration Modifier and Type Method Description private voidUtils. addAllInterfaceTypes(java.util.Map<ClassDoc,Type> results, Type type, Type[] interfaceTypes, boolean raw, Configuration configuration)Deprecated.voidUtils. copyDocFiles(Configuration configuration, PackageDoc pd)Deprecated.Copy the given directory contents from the source package directory to the generated documentation directory.voidUtils. copyDocFiles(Configuration configuration, javax.tools.JavaFileManager.Location locn, DocPath dir)Deprecated.static DocFileDocFile. createFileForDirectory(Configuration configuration, java.lang.String file)Deprecated.Create a DocFile for a directory.static DocFileDocFile. createFileForInput(Configuration configuration, java.lang.String file)Deprecated.Create a DocFile for a file that will be opened for reading.static DocFileDocFile. createFileForOutput(Configuration configuration, DocPath path)Deprecated.Create a DocFile for a file that will be opened for writing.private voidUtils. findAllInterfaceTypes(java.util.Map<ClassDoc,Type> results, ClassDoc c, boolean raw, Configuration configuration)Deprecated.private voidUtils. findAllInterfaceTypes(java.util.Map<ClassDoc,Type> results, ParameterizedType p, Configuration configuration)Deprecated.static voidPackageListWriter. generate(Configuration configuration)Deprecated.Generate the package index.java.util.List<Type>Utils. getAllInterfaces(Type type, Configuration configuration)Deprecated.java.util.List<Type>Utils. getAllInterfaces(Type type, Configuration configuration, boolean sort)Deprecated.For the class return all implemented interfaces including the superinterfaces of the implementing interfaces, also iterate over for all the superclasses.(package private) static DocFileFactoryDocFileFactory. getFactory(Configuration configuration)Deprecated.Get the appropriate factory, based on the file manager given in the configuration.TypeUtils. getFirstVisibleSuperClass(ClassDoc classDoc, Configuration configuration)Deprecated.Given a class, return the closest visible super class.ClassDocUtils. getFirstVisibleSuperClassCD(ClassDoc classDoc, Configuration configuration)Deprecated.Given a class, return the closest visible super class.private java.util.List<ProgramElementDoc>VisibleMemberMap. getInheritedPackagePrivateMethods(Configuration configuration)Deprecated.Return the package private members inherited by the class.java.util.List<ProgramElementDoc>VisibleMemberMap. getLeafClassMembers(Configuration configuration)Deprecated.Return the visible members of the class being mapped.java.lang.StringUtils. getTypeName(Configuration config, ClassDoc cd, boolean lowerCaseOnly)Deprecated.Given a ClassDoc, return the name of its type (Class, Interface, etc.).booleanUtils. isLinkable(ClassDoc classDoc, Configuration configuration)Deprecated.Return true if this class is linkable and false if we can't link to the desired class.static java.lang.Iterable<DocFile>DocFile. list(Configuration configuration, javax.tools.JavaFileManager.Location location, DocPath path)Deprecated.List the directories and files found in subdirectories along the elements of the given location.private voidClassTree. processType(ClassDoc cd, Configuration configuration, java.util.Collection<ClassDoc> bases, java.util.Map<ClassDoc,java.util.SortedSet<ClassDoc>> subs)Deprecated.For the class passed map it to it's own sub-class listing.java.lang.StringUtils. propertyNameFromMethodName(Configuration configuration, java.lang.String name)Deprecated.A convenience method to get property name from the name of the getter or setter method.java.lang.StringUtils. replaceTabs(Configuration configuration, java.lang.String text)Deprecated.Replace all tabs in a string with the appropriate number of spaces.static DocFinder.OutputDocFinder. search(Configuration configuration, DocFinder.Input input)Deprecated.Search for the requested comments in the given element.voidUtils. setEnumDocumentation(Configuration configuration, ClassDoc classDoc)Deprecated.The documentation for values() and valueOf() in Enums are set by the doclet.Constructors in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type Configuration Constructor Description ClassDocCatalog(ClassDoc[] classdocs, Configuration config)Deprecated.Construct a new ClassDocCatalog.ClassTree(ClassDoc[] classes, Configuration configuration)Deprecated.Constructor.ClassTree(RootDoc root, Configuration configuration)Deprecated.Constructor.ClassTree(Configuration configuration, boolean noDeprecated)Deprecated.Constructor.DeprecatedAPIListBuilder(Configuration configuration)Deprecated.Constructor.DocFile(Configuration configuration)Deprecated.Create a DocFile without a location or pathDocFile(Configuration configuration, javax.tools.JavaFileManager.Location location, DocPath path)Deprecated.Create a DocFile for a given location and relative path.DocFileFactory(Configuration configuration)Deprecated.Extern(Configuration configuration)Deprecated.Group(Configuration configuration)Deprecated.ImplementedMethods(MethodDoc method, Configuration configuration)Deprecated.IndexBuilder(Configuration configuration, boolean noDeprecated)Deprecated.Constructor.IndexBuilder(Configuration configuration, boolean noDeprecated, boolean classesOnly)Deprecated.Constructor.MessageRetriever(Configuration configuration, java.lang.String resourcelocation)Deprecated.Initialize the ResourceBundle with the given resource.MetaKeywords(Configuration configuration)Deprecated.ConstructorPackageListWriter(Configuration configuration)Deprecated.Constructor.StandardDocFileFactory(Configuration configuration)Deprecated.VisibleMemberMap(ClassDoc classdoc, int kind, Configuration configuration)Deprecated.Construct a VisibleMemberMap of the given type for the given class. -
Uses of Configuration in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.links with parameters of type Configuration Modifier and Type Method Description ContentLinkInfo. getClassLinkLabel(Configuration configuration)Deprecated.Return the label for this class link.
-