Package com.sun.javatest.util
Class FileInfoCache
- java.lang.Object
-
- com.sun.javatest.util.FileInfoCache
-
public class FileInfoCache extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FileInfoCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
java.lang.Boolean
get(java.io.File f)
void
put(java.io.File f, boolean b)
-