Package | Description |
---|---|
com.sun.tools.javac.file |
Modifier and Type | Class and Description |
---|---|
static class |
RelativePath.RelativeDirectory
Used to represent a platform-neutral subdirectory within a platform-specific
container, such as a directory or zip file.
|
static class |
RelativePath.RelativeFile
Used to represent a platform-neutral file within a platform-specific
container, such as a directory or zip file.
|
Modifier and Type | Method and Description |
---|---|
int |
RelativePath.compareTo(RelativePath other) |
boolean |
JavacFileManager.Archive.contains(RelativePath name) |
boolean |
JavacFileManager.MissingArchive.contains(RelativePath name) |
boolean |
ZipArchive.contains(RelativePath name) |
boolean |
ZipFileIndex.contains(RelativePath path)
Tests if a specific path exists in the zip.
|
boolean |
ZipFileIndexArchive.contains(RelativePath name) |
boolean |
ZipFileIndex.isDirectory(RelativePath path) |
Copyright © 2017 earcam. All rights reserved.