Package com.sun.tools.javac.file

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

Class Summary
BaseFileObject  
CacheFSInfo Caching implementation of FSInfo
CacheFSInfo.Entry  
FSInfo Get meta-info about files.
JavacFileManager This class provides access to the source, class and other files used by the compiler and related tools.
JavacFileManager.ByteBufferCache A single-element cache of direct byte buffers.
Old199 Deprecated.
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).
RegularFileObject A subclass of JavaFileObject representing regular files.
RelativePath Used to represent a platform-neutral path within a platform-specific container, such as a directory or zip file.
RelativePath.RelativeDirectory Used to represent a platform-neutral subdirectory within a platform-specific container, such as a directory or zip file.
RelativePath.RelativeFile Used to represent a platform-neutral file within a platform-specific container, such as a directory or zip file.
SymbolArchive  
SymbolArchive.SymbolFileObject A subclass of JavaFileObject representing zip entries in a symbol file.
ZipArchive  
ZipArchive.ZipFileObject A subclass of JavaFileObject representing zip entries.
ZipFileIndex This class implements building of index of a zip archive and access to it's context.
ZipFileIndex.DirectoryEntry ------------------------------------------------------------------------ DirectoryEntry class -------------------------------------------------------------------------
ZipFileIndex.Entry  
ZipFileIndexArchive  
ZipFileIndexArchive.ZipFileIndexFileObject A subclass of JavaFileObject representing zip entries using the com.sun.tools.javac.file.ZipFileIndex implementation.