org.mmbase.util
Class fileInfo
java.lang.Object
org.mmbase.util.fileInfo
public class fileInfo
- extends 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 35335 2009-05-21 08:14:41Z michiel $
- Author:
- Daniel Ockeloen, Pierre van Rooden (javadocs)
- Application:
- SCAN
- Rename:
- FileInfo
|
Field Summary |
int |
time
Last Modified Date of the file |
String |
value
Content of the file |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public String value
- Content of the file
time
public int time
- Last Modified Date of the file
fileInfo
public fileInfo()
MMBase 2.0-SNAPSHOT - null