Package | Description |
---|---|
com.sun.tools.javac.api | |
com.sun.tools.javac.file | |
com.sun.tools.javac.util |
Class and Description |
---|
JavacFileManager
This class provides access to the source, class and other files
used by the compiler and related tools.
|
Class and Description |
---|
BaseFileObject
This is NOT part of any supported API.
|
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.Archive
An archive provides a flat directory structure of a ZipFile by
mapping directory names to lists of files (basenames).
|
JavacFileManager.SortFiles |
Locations.LocationHandler
Base class for handling support for the representation of Locations.
|
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.
|
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.
|
ZipFileIndexCache
A cache for ZipFileIndex objects.
|
Class and Description |
---|
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). |
Copyright © 2017 earcam. All rights reserved.