|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.util.fileInfo
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.
| 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 |
public java.lang.String value
public int time
| Constructor Detail |
public fileInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||