thredds.inventory
Interface MFile

All Superinterfaces:
Comparable<MFile>
All Known Implementing Classes:
CrawlableMFile, MFileOS

public interface MFile
extends Comparable<MFile>

Inventory "Managed File". An abstraction for java.io.File. Replaces Crawlable Dataset.

Since:
Jun 30, 2009
Author:
caron

Method Summary
 int compareTo(MFile o)
           
 Object getAuxInfo()
           
 long getLastModified()
           
 long getLength()
           
 String getName()
           
 String getPath()
           
 boolean isDirectory()
           
 void setAuxInfo(Object info)
           
 

Method Detail

getLastModified

long getLastModified()

getLength

long getLength()

isDirectory

boolean isDirectory()

getPath

String getPath()

getName

String getName()

compareTo

int compareTo(MFile o)
Specified by:
compareTo in interface Comparable<MFile>

getAuxInfo

Object getAuxInfo()

setAuxInfo

void setAuxInfo(Object info)


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