thredds.filesystem
Class MFile

java.lang.Object
  extended by thredds.filesystem.MFile
All Implemented Interfaces:
java.lang.Comparable<MFile>

public class MFile
extends java.lang.Object
implements java.lang.Comparable<MFile>

Managed File

Since:
Jun 25, 2009
Author:
caron

Method Summary
 int compareTo(MFile o)
           
 long getLastModified()
           
 long getLength()
           
 java.lang.String getName()
           
 java.lang.String getPath()
           
 boolean isDirectory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLastModified

public long getLastModified()

getLength

public long getLength()

isDirectory

public boolean isDirectory()

getPath

public java.lang.String getPath()

getName

public java.lang.String getName()

compareTo

public int compareTo(MFile o)
Specified by:
compareTo in interface java.lang.Comparable<MFile>