|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentlyweb.utils.FileDetails
public class FileDetails
Constructor Summary | |
---|---|
FileDetails(java.io.File file)
|
Method Summary | |
---|---|
boolean |
canRead()
|
boolean |
canWrite()
|
boolean |
exists()
|
java.io.File |
getFile()
|
long |
getLength()
|
boolean |
isDirectory()
|
boolean |
isFile()
|
boolean |
isHidden()
|
long |
lastModified()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileDetails(java.io.File file)
Method Detail |
---|
public java.io.File getFile()
public boolean isDirectory()
public boolean isFile()
public boolean canWrite()
public boolean canRead()
public long getLength()
public boolean isHidden()
public long lastModified()
public boolean exists()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |