com.sun.tools.javac.file
Class CacheFSInfo.Entry

java.lang.Object
  extended by com.sun.tools.javac.file.CacheFSInfo.Entry
Enclosing class:
CacheFSInfo

private static class CacheFSInfo.Entry
extends java.lang.Object


Field Summary
(package private)  java.io.File canonicalFile
           
(package private)  boolean exists
           
(package private)  boolean isDirectory
           
(package private)  boolean isFile
           
(package private)  java.util.List<java.io.File> jarClassPath
           
 
Constructor Summary
private CacheFSInfo.Entry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

canonicalFile

java.io.File canonicalFile

exists

boolean exists

isFile

boolean isFile

isDirectory

boolean isDirectory

jarClassPath

java.util.List<java.io.File> jarClassPath
Constructor Detail

CacheFSInfo.Entry

private CacheFSInfo.Entry()