Class StandardDocFileFactory
java.lang.Object
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DocFileFactory
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.StandardDocFileFactory
Deprecated.
Implementation of DocFileFactory using a
StandardJavaFileManager.
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate PathDeprecated.private final StandardJavaFileManagerDeprecated.Fields inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DocFileFactory
configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFileForDirectory(String file) Deprecated.Create a DocFile for a directory.createFileForInput(String file) Deprecated.Create a DocFile for a file that will be opened for reading.createFileForOutput(DocPath path) Deprecated.Create a DocFile for a file that will be opened for writing.private PathDeprecated.list(JavaFileManager.Location location, DocPath path) Deprecated.List the directories and files found in subdirectories along the elements of the given location.private static PathDeprecated.Methods inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DocFileFactory
getFactory
-
Field Details
-
fileManager
Deprecated. -
destDir
Deprecated.
-
-
Constructor Details
-
StandardDocFileFactory
Deprecated.
-
-
Method Details
-
getDestDir
Deprecated. -
createFileForDirectory
Deprecated.Description copied from class:DocFileFactoryCreate a DocFile for a directory.- Specified by:
createFileForDirectoryin classDocFileFactory
-
createFileForInput
Deprecated.Description copied from class:DocFileFactoryCreate a DocFile for a file that will be opened for reading.- Specified by:
createFileForInputin classDocFileFactory
-
createFileForOutput
Deprecated.Description copied from class:DocFileFactoryCreate a DocFile for a file that will be opened for writing.- Specified by:
createFileForOutputin classDocFileFactory
-
list
Deprecated.Description copied from class:DocFileFactoryList the directories and files found in subdirectories along the elements of the given location.- Specified by:
listin classDocFileFactory- Parameters:
location- currently, onlyStandardLocation.SOURCE_PATHis supported.path- the subdirectory of the directories of the location for which to list files
-
newFile
Deprecated.
-