Home » openjdk-7 » com.sun.tools » javac » file »

com.sun.tools.javac.file

Interfaces:

JavacFileManager.Archive   An archive provides a flat directory structure of a ZipFile by mapping directory names to lists of files (basenames).  code | html

Abstract Classes:

BaseFileObject  

This is NOT part of any supported API. 

code | html
RelativePath   Used to represent a platform-neutral path within a platform-specific container, such as a directory or zip file.  code | html

Classes:

JavacFileManager.SortFiles     code | html
BaseFileObject.CannotCreateUriError   Used when URLSyntaxException is thrown unexpectedly during implementations of (Base)FileObject.toURI().  code | html
CacheFSInfo   Caching implementation of FSInfo.  code | html
CacheFSInfo.Entry     code | html
CloseableURLClassLoader   A URLClassLoader that also implements Closeable.  code | html
FSInfo   Get meta-info about files. Default direct (non-caching) implementation.  code | html
JavacFileManager   This class provides access to the source, class and other files used by the compiler and related tools.  code | html
JavacFileManager.MissingArchive     code | html
Paths   This class converts command line arguments, environment variables and system properties (in File.pathSeparator-separated String form) into a boot class path, user class path, and source path (in Collection form).  code | html
Paths.Path     code | html
RegularFileObject   A subclass of JavaFileObject representing regular files.  code | html
RelativePath.RelativeDirectory   Used to represent a platform-neutral subdirectory within a platform-specific container, such as a directory or zip file.  code | html
RelativePath.RelativeFile   Used to represent a platform-neutral file within a platform-specific container, such as a directory or zip file.  code | html
SymbolArchive  

This is NOT part of any supported API. 

code | html
SymbolArchive.SymbolFileObject   A subclass of JavaFileObject representing zip entries in a symbol file.  code | html
ZipArchive  

This is NOT part of any supported API. 

code | html
ZipArchive.ZipFileObject   A subclass of JavaFileObject representing zip entries.  code | html
ZipFileIndex   This class implements the building of index of a zip archive and access to its context.  code | html
ZipFileIndex.DirectoryEntry   ------------------------------------------------------------------------ DirectoryEntry class -------------------------------------------------------------------------  code | html
ZipFileIndex.Entry     code | html
ZipFileIndex.ZipDirectory     code | html
ZipFileIndex.ZipFormatException     code | html
ZipFileIndexArchive  

This is NOT part of any supported API. 

code | html
ZipFileIndexArchive.ZipFileIndexFileObject   A subclass of JavaFileObject representing zip entries using the com.sun.tools.javac.file.ZipFileIndex implementation.  code | html
ZipFileIndexCache   A cache for ZipFileIndex objects.  code | html