Package | Description |
---|---|
com.sun.tools.javac.file |
Modifier and Type | Method and Description |
---|---|
ZipFileIndex |
ZipFileIndexCache.getExistingZipIndex(File zipFile) |
ZipFileIndex |
ZipFileIndexCache.getZipFileIndex(File zipFile,
RelativePath.RelativeDirectory symbolFilePrefix,
boolean useCache,
String cacheLocation,
boolean writeIndex) |
Modifier and Type | Method and Description |
---|---|
List<ZipFileIndex> |
ZipFileIndexCache.getZipFileIndexes()
Returns a list of all ZipFileIndex entries
|
List<ZipFileIndex> |
ZipFileIndexCache.getZipFileIndexes(boolean openedOnly)
Returns a list of all ZipFileIndex entries
|
Modifier and Type | Method and Description |
---|---|
void |
ZipFileIndexCache.setOpenedIndexes(List<ZipFileIndex> indexes)
Sets already opened list of ZipFileIndexes from an outside client
of the compiler.
|
Constructor and Description |
---|
ZipFileIndexArchive(JavacFileManager fileManager,
ZipFileIndex zdir) |
Copyright © 2017 earcam. All rights reserved.