|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectflux.file.FileInfo
public abstract class FileInfo
Contains information about a file. The file may exist on a local host, FTP, Secure FTP, or FTP-over-SSL host.
Field Summary | |
---|---|
java.lang.String |
filename
The name of this file without path information. |
java.util.Date |
lastModified
The date this file was last modified. |
java.lang.String |
parent
System-dependant absolute path to parent of this file. |
boolean |
read
Whether this file can be read. |
long |
size
The size of this file, in bytes. |
java.net.URL |
url
A URL to this file. |
boolean |
write
Whether this file can be modified. |
Constructor Summary | |
---|---|
FileInfo()
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean read
public boolean write
public java.lang.String filename
public java.util.Date lastModified
public java.lang.String parent
public long size
public java.net.URL url
Constructor Detail |
---|
public FileInfo()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |