|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectse.entra.phantom.server.rconsole.AdminConfigFileTransferItem
public class AdminConfigFileTransferItem
This class contains information about of file item used with file transfer.
This class is also used for the RCONSOLE_TREEVIEW user window.
| Field Summary | |
|---|---|
int |
crc
The CRC32 value of the file (or zero for none). |
String |
filePath
The file name. |
boolean |
isDirectory
Flag indicating if it's a directory. |
long |
lastModified
The last modified time (or zero if not set). |
int |
size
The file size (or -1 for no size). |
Vector<AdminConfigFileTransferItem> |
subDirectories
If non-null, it contains a vector of sub-directories as AdminConfigFileTransferItem objects. |
| Constructor Summary | |
|---|---|
AdminConfigFileTransferItem()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String filePath
public boolean isDirectory
public int size
public int crc
public long lastModified
public Vector<AdminConfigFileTransferItem> subDirectories
| Constructor Detail |
|---|
public AdminConfigFileTransferItem()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||