public class XFile extends Object
| Constructor and Description |
|---|
XFile(File f)
Deprecated.
Creates a XFile object
|
XFile(String filepath)
Deprecated.
Creates a XFile object
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFilePath()
Deprecated.
Retrieves the file path.
|
long |
getModTime()
Deprecated.
Retrieves the modification time
|
public XFile(File f)
f - the File to store the values of.public XFile(String filepath)
filepath - the path of the file to store the values of.public String getFilePath()
public long getModTime()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}