org.mmbase.util
Class fileInfo

java.lang.Object
  extended byorg.mmbase.util.fileInfo

public class fileInfo
extends java.lang.Object

Object for storing file information. Stores content and lastmodified date. Does not store filename, so association should eb done manually. Used by the scancache module.

Version:
$Id: fileInfo.java,v 1.8 2003/03/10 11:51:15 pierre Exp $
Author:
Daniel Ockeloen, Pierre van Rooden (javadocs)
Warning: Will be renamed to:
FileInfo

Field Summary
 int time
          Last Modified Date of the file
 java.lang.String value
          Content of the file
 
Constructor Summary
fileInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public java.lang.String value
Content of the file


time

public int time
Last Modified Date of the file

Constructor Detail

fileInfo

public fileInfo()


MMBase build 1.7.1.20041002