Interface | Description |
---|---|
JavacFileManager.Archive |
An archive provides a flat directory structure of a ZipFile by
mapping directory names to lists of files (basenames).
|
Class | Description |
---|---|
BaseFileObject |
This is NOT part of any supported API.
|
CacheFSInfo |
Caching implementation of FSInfo.
|
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.
|
Locations |
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<String> form). |
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 |
This is NOT part of any supported API.
|
SymbolArchive.SymbolFileObject |
A subclass of JavaFileObject representing zip entries in a symbol file.
|
ZipArchive |
This is NOT part of any supported API.
|
ZipArchive.ZipFileObject |
A subclass of JavaFileObject representing zip entries.
|
ZipFileIndex |
This class implements the building of index of a zip archive and access to
its context.
|
ZipFileIndexArchive |
This is NOT part of any supported API.
|
ZipFileIndexArchive.ZipFileIndexFileObject |
A subclass of JavaFileObject representing zip entries using the com.sun.tools.javac.file.ZipFileIndex implementation.
|
ZipFileIndexCache |
A cache for ZipFileIndex objects.
|
Enum | Description |
---|---|
JavacFileManager.SortFiles |
Error | Description |
---|---|
BaseFileObject.CannotCreateUriError |
Used when URLSyntaxException is thrown unexpectedly during
implementations of (Base)FileObject.toURI().
|
Copyright © 2017 earcam. All rights reserved.