Class DocFileFactory
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DocFileFactory
- Direct Known Subclasses:
StandardDocFileFactory
Deprecated.
Factory for DocFile objects.
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
- Since:
- 1.8
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ConfigurationDeprecated.private static final Map<Configuration,DocFileFactory> Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract DocFilecreateFileForDirectory(String file) Deprecated.Create a DocFile for a directory.(package private) abstract DocFilecreateFileForInput(String file) Deprecated.Create a DocFile for a file that will be opened for reading.(package private) abstract DocFilecreateFileForOutput(DocPath path) Deprecated.Create a DocFile for a file that will be opened for writing.(package private) static DocFileFactorygetFactory(Configuration configuration) Deprecated.Get the appropriate factory, based on the file manager given in the configuration.list(JavaFileManager.Location location, DocPath path) Deprecated.List the directories and files found in subdirectories along the elements of the given location.
-
Field Details
-
factories
Deprecated. -
configuration
Deprecated.
-
-
Constructor Details
-
DocFileFactory
Deprecated.
-
-
Method Details
-
getFactory
Deprecated.Get the appropriate factory, based on the file manager given in the configuration. -
createFileForDirectory
Deprecated.Create a DocFile for a directory. -
createFileForInput
Deprecated.Create a DocFile for a file that will be opened for reading. -
createFileForOutput
Deprecated.Create a DocFile for a file that will be opened for writing. -
list
Deprecated.List the directories and files found in subdirectories along the elements of the given location.- Parameters:
location- currently, onlyStandardLocation.SOURCE_PATHis supported.path- the subdirectory of the directories of the location for which to list files
-