com.sun.javatest.util
Class FileInfoCache

java.lang.Object
  extended by com.sun.javatest.util.FileInfoCache

public class FileInfoCache
extends java.lang.Object


Constructor Summary
FileInfoCache()
           
 
Method Summary
 void clear()
           
 java.lang.Boolean get(java.io.File f)
           
 void put(java.io.File f, boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileInfoCache

public FileInfoCache()
Method Detail

put

public void put(java.io.File f,
                boolean b)

get

public java.lang.Boolean get(java.io.File f)

clear

public void clear()


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.