|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.mmbase.util.XFile
Retrieves the file properties from a File object and stores them as fields. Eg: the files' modification time will be stored as a moddate long variabele.
| Constructor Summary | |
XFile(java.io.File f)
Creates a XFile object |
|
XFile(java.lang.String filepath)
Creates a XFile object |
|
| Method Summary | |
java.lang.String |
getFilePath()
Retrieves the file path. |
long |
getModTime()
Retrieves the modification time |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XFile(java.io.File f)
f - the File to store the values of.public XFile(java.lang.String filepath)
filepath - the path of the file to store the values of.| Method Detail |
public java.lang.String getFilePath()
public long getModTime()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||