com.sun.tools.javac.file
Class SymbolArchive.SymbolFileObject

java.lang.Object
  extended by com.sun.tools.javac.file.BaseFileObject
      extended by com.sun.tools.javac.file.ZipArchive.ZipFileObject
          extended by com.sun.tools.javac.file.SymbolArchive.SymbolFileObject
All Implemented Interfaces:
FileObject, JavaFileObject
Enclosing class:
SymbolArchive

public static class SymbolArchive.SymbolFileObject
extends ZipArchive.ZipFileObject

A subclass of JavaFileObject representing zip entries in a symbol file.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.tools.JavaFileObject
JavaFileObject.Kind
 
Field Summary
 
Fields inherited from class com.sun.tools.javac.file.ZipArchive.ZipFileObject
entry, zarch
 
Fields inherited from class com.sun.tools.javac.file.BaseFileObject
fileManager
 
Constructor Summary
protected SymbolArchive.SymbolFileObject(SymbolArchive zarch, java.lang.String name, java.util.zip.ZipEntry entry)
           
 
Method Summary
protected  java.lang.String inferBinaryName(java.lang.Iterable<? extends java.io.File> path)
           
 
Methods inherited from class com.sun.tools.javac.file.ZipArchive.ZipFileObject
delete, equals, getCharContent, getDecoder, getLastModified, getName, getPath, getZipEntryName, getZipName, hashCode, isNameCompatible, openInputStream, openOutputStream, openWriter, toUri
 
Methods inherited from class com.sun.tools.javac.file.BaseFileObject
getAccessLevel, getKind, getNestingKind, openReader, removeExtension, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SymbolArchive.SymbolFileObject

protected SymbolArchive.SymbolFileObject(SymbolArchive zarch,
                                         java.lang.String name,
                                         java.util.zip.ZipEntry entry)
Method Detail

inferBinaryName

protected java.lang.String inferBinaryName(java.lang.Iterable<? extends java.io.File> path)
Overrides:
inferBinaryName in class ZipArchive.ZipFileObject