public class SymbolArchive extends ZipArchive
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Modifier and Type | Class and Description |
---|---|
static class |
SymbolArchive.SymbolFileObject
A subclass of JavaFileObject representing zip entries in a symbol file.
|
ZipArchive.ZipFileObject
absFileRef, fileManager, map, zfile
Constructor and Description |
---|
SymbolArchive(JavacFileManager fileManager,
File orig,
ZipFile zdir,
RelativePath.RelativeDirectory prefix) |
Modifier and Type | Method and Description |
---|---|
JavaFileObject |
getFileObject(RelativePath.RelativeDirectory subdirectory,
String file) |
String |
toString() |
close, contains, getFiles, getSubdirectories, initMap
public SymbolArchive(JavacFileManager fileManager, File orig, ZipFile zdir, RelativePath.RelativeDirectory prefix) throws IOException
IOException
public JavaFileObject getFileObject(RelativePath.RelativeDirectory subdirectory, String file)
getFileObject
in interface JavacFileManager.Archive
getFileObject
in class ZipArchive
public String toString()
toString
in class ZipArchive
Copyright © 2016. All rights reserved.