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) class
Deprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Path
Deprecated.private final StandardJavaFileManager
Deprecated.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 Path
Deprecated.list
(JavaFileManager.Location location, DocPath path) Deprecated.List the directories and files found in subdirectories along the elements of the given location.private static Path
Deprecated.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:DocFileFactory
Create a DocFile for a directory.- Specified by:
createFileForDirectory
in classDocFileFactory
-
createFileForInput
Deprecated.Description copied from class:DocFileFactory
Create a DocFile for a file that will be opened for reading.- Specified by:
createFileForInput
in classDocFileFactory
-
createFileForOutput
Deprecated.Description copied from class:DocFileFactory
Create a DocFile for a file that will be opened for writing.- Specified by:
createFileForOutput
in classDocFileFactory
-
list
Deprecated.Description copied from class:DocFileFactory
List the directories and files found in subdirectories along the elements of the given location.- Specified by:
list
in classDocFileFactory
- Parameters:
location
- currently, onlyStandardLocation.SOURCE_PATH
is supported.path
- the subdirectory of the directories of the location for which to list files
-
newFile
Deprecated.
-