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 class StandardDocFileFactory extends DocFileFactory
Deprecated.Implementation of DocFileFactory using aStandardJavaFileManager.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 Classes Modifier and Type Class Description (package private) classStandardDocFileFactory.StandardDocFileDeprecated.
-
Field Summary
Fields Modifier and Type Field Description private java.nio.file.PathdestDirDeprecated.private javax.tools.StandardJavaFileManagerfileManagerDeprecated.-
Fields inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DocFileFactory
configuration
-
-
Constructor Summary
Constructors Constructor Description StandardDocFileFactory(Configuration configuration)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DocFilecreateFileForDirectory(java.lang.String file)Deprecated.Create a DocFile for a directory.DocFilecreateFileForInput(java.lang.String file)Deprecated.Create a DocFile for a file that will be opened for reading.DocFilecreateFileForOutput(DocPath path)Deprecated.Create a DocFile for a file that will be opened for writing.private java.nio.file.PathgetDestDir()Deprecated.(package private) java.lang.Iterable<DocFile>list(javax.tools.JavaFileManager.Location location, DocPath path)Deprecated.List the directories and files found in subdirectories along the elements of the given location.private static java.nio.file.PathnewFile(java.nio.file.Path dir, java.lang.String path)Deprecated.-
Methods inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DocFileFactory
getFactory
-
-
-
-
Constructor Detail
-
StandardDocFileFactory
public StandardDocFileFactory(Configuration configuration)
Deprecated.
-
-
Method Detail
-
getDestDir
private java.nio.file.Path getDestDir()
Deprecated.
-
createFileForDirectory
public DocFile createFileForDirectory(java.lang.String file)
Deprecated.Description copied from class:DocFileFactoryCreate a DocFile for a directory.- Specified by:
createFileForDirectoryin classDocFileFactory
-
createFileForInput
public DocFile createFileForInput(java.lang.String file)
Deprecated.Description copied from class:DocFileFactoryCreate a DocFile for a file that will be opened for reading.- Specified by:
createFileForInputin classDocFileFactory
-
createFileForOutput
public DocFile createFileForOutput(DocPath path)
Deprecated.Description copied from class:DocFileFactoryCreate a DocFile for a file that will be opened for writing.- Specified by:
createFileForOutputin classDocFileFactory
-
list
java.lang.Iterable<DocFile> list(javax.tools.JavaFileManager.Location location, DocPath path)
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
private static java.nio.file.Path newFile(java.nio.file.Path dir, java.lang.String path)Deprecated.
-
-