thredds.filesystem
Class CacheDirectory

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

public class CacheDirectory
extends CacheFile
implements 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(File dir)
           
 
Method Summary
 CacheFile[] getChildren()
           
 String getPath()
           
 String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

CacheDirectory

public CacheDirectory(File dir)
Method Detail

getPath

public String getPath()

getChildren

public CacheFile[] getChildren()

toString

public String toString()
Overrides:
toString in class CacheFile


Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.