thredds.filesystem
Class CacheDirectory

java.lang.Object
  extended by thredds.filesystem.CacheFile
      extended by thredds.filesystem.CacheDirectory
All Implemented Interfaces:
java.io.Serializable

public class CacheDirectory
extends CacheFile
implements java.io.Serializable

Lightweight, serializable representation of a java.io.File directory

Since:
Mar 21, 2009
Author:
caron
See Also:
Serialized Form

Field Summary
 
Fields inherited from class thredds.filesystem.CacheFile
isDirectory, lastModified, length, shortName
 
Constructor Summary
CacheDirectory(java.io.File dir)
           
 
Method Summary
 CacheFile[] getChildren()
           
 java.lang.String getPath()
           
 boolean notModified()
           
 
Methods inherited from class thredds.filesystem.CacheFile
getAttribute, getLastModified, getLength, getShortName, isDirectory, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheDirectory

public CacheDirectory(java.io.File dir)
Method Detail

notModified

public boolean notModified()

getPath

public java.lang.String getPath()

getChildren

public CacheFile[] getChildren()