public class FileInfo extends Object
| Constructor and Description |
|---|
FileInfo(String path,
String name,
long lastModified,
long length,
boolean directory) |
| Modifier and Type | Method and Description |
|---|---|
static FileInfo |
createFileInfo(File rootDir,
File file) |
long |
getLastModified() |
long |
getLength() |
String |
getName() |
String |
getPath() |
static String |
getRelativePath(File rootDir,
File file) |
String[] |
getXmlNamespaces() |
boolean |
isDirectory() |
void |
setXmlNamespaces(String[] xmlNamespaces) |
String |
toString() |
public boolean isDirectory()
public long getLastModified()
public long getLength()
public String getName()
public String getPath()
public void setXmlNamespaces(String[] xmlNamespaces)
public String[] getXmlNamespaces()
Copyright © 2014. All Rights Reserved.