Public Member Functions | |
| String | toString () |
| boolean | haveOwnerUid () |
| long | getOwnerUid () throws DirectorException |
| boolean | haveOwner () |
| String | getOwner () throws DirectorException |
| boolean | haveGroupId () |
| long | getGroupId () throws DirectorException |
| boolean | haveGroup () |
| String | getGroup () throws DirectorException |
| boolean | havePerms () |
| long | getPerms () throws DirectorException |
| void | setOwnerUid (long id) |
| void | setOwner (String owner) |
| void | setGroupId (long id) |
| void | setGroup (String group) |
| void | setPerms (long perms) |
| boolean | haveMtime () |
| long | getMtime () throws DirectorException |
| boolean | haveCtime () |
| long | getCtime () throws DirectorException |
| boolean | haveAtime () |
| long | getAtime () throws DirectorException |
| void | setMtime (long time) |
| void | setCtime (long time) |
| void | setAtime (long time) |
| boolean | haveFileType () |
| Integer | getFileType () throws DirectorException |
| void | setFileType (Integer type) |
| boolean | haveSize () |
| long | getSize () throws DirectorException |
| void | setSize (long size) |
| boolean | isDirectory () |
Static Public Attributes | |
| static final Integer | FILE = new Integer(0) |
| static final Integer | DIRECTORY = new Integer(1) |
| static final Integer | LINK = new Integer(2) |
| static final Integer | SPECIAL = new Integer(3) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.5