Uses of Class
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.DocFile
-
Packages that use DocFile Package Description gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util This package has utility classes that perform common services required for API documentation generation. -
-
Uses of DocFile in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util
Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return DocFile Modifier and Type Method Description static DocFile
DocFile. createFileForDirectory(Configuration configuration, String file)
Deprecated.Create a DocFile for a directory.static DocFile
DocFile. createFileForInput(Configuration configuration, String file)
Deprecated.Create a DocFile for a file that will be opened for reading.static DocFile
DocFile. createFileForOutput(Configuration configuration, DocPath path)
Deprecated.Create a DocFile for a file that will be opened for writing.abstract DocFile
DocFile. resolve(DocPath p)
Deprecated.Derive a new file by resolving a relative path against this file.abstract DocFile
DocFile. resolve(String p)
Deprecated.Derive a new file by resolving a relative path against this file.abstract DocFile
DocFile. resolveAgainst(JavaFileManager.Location locn)
Deprecated.Resolve a relative file against the given output location.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util that return types with arguments of type DocFile Modifier and Type Method Description abstract Iterable<DocFile>
DocFile. list()
Deprecated.If the file is a directory, list its contents.static Iterable<DocFile>
DocFile. list(Configuration configuration, JavaFileManager.Location location, DocPath path)
Deprecated.List the directories and files found in subdirectories along the elements of the given location.Methods in gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util with parameters of type DocFile Modifier and Type Method Description void
DocFile. copyFile(DocFile fromFile)
Deprecated.Copy the contents of another file directly to this file.abstract boolean
DocFile. isSameFile(DocFile other)
Deprecated.Return true if this file is the same as another.
-