Node Director
Public Member Functions | Static Public Attributes | List of all members
sfi.director.system.FileStats Class Reference

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)

Member Function Documentation

long sfi.director.system.FileStats.getAtime ( ) throws DirectorException
long sfi.director.system.FileStats.getCtime ( ) throws DirectorException
Integer sfi.director.system.FileStats.getFileType ( ) throws DirectorException
String sfi.director.system.FileStats.getGroup ( ) throws DirectorException
long sfi.director.system.FileStats.getGroupId ( ) throws DirectorException
long sfi.director.system.FileStats.getMtime ( ) throws DirectorException
String sfi.director.system.FileStats.getOwner ( ) throws DirectorException
long sfi.director.system.FileStats.getOwnerUid ( ) throws DirectorException
long sfi.director.system.FileStats.getPerms ( ) throws DirectorException
long sfi.director.system.FileStats.getSize ( ) throws DirectorException
boolean sfi.director.system.FileStats.haveAtime ( )
boolean sfi.director.system.FileStats.haveCtime ( )
boolean sfi.director.system.FileStats.haveFileType ( )
boolean sfi.director.system.FileStats.haveGroup ( )
boolean sfi.director.system.FileStats.haveGroupId ( )
boolean sfi.director.system.FileStats.haveMtime ( )
boolean sfi.director.system.FileStats.haveOwner ( )
boolean sfi.director.system.FileStats.haveOwnerUid ( )
boolean sfi.director.system.FileStats.havePerms ( )
boolean sfi.director.system.FileStats.haveSize ( )
boolean sfi.director.system.FileStats.isDirectory ( )
void sfi.director.system.FileStats.setAtime ( long  time)
void sfi.director.system.FileStats.setCtime ( long  time)
void sfi.director.system.FileStats.setFileType ( Integer  type)
void sfi.director.system.FileStats.setGroup ( String  group)
void sfi.director.system.FileStats.setGroupId ( long  id)
void sfi.director.system.FileStats.setMtime ( long  time)
void sfi.director.system.FileStats.setOwner ( String  owner)
void sfi.director.system.FileStats.setOwnerUid ( long  id)
void sfi.director.system.FileStats.setPerms ( long  perms)
void sfi.director.system.FileStats.setSize ( long  size)
String sfi.director.system.FileStats.toString ( )

Member Data Documentation

final Integer sfi.director.system.FileStats.DIRECTORY = new Integer(1)
static
final Integer sfi.director.system.FileStats.FILE = new Integer(0)
static
final Integer sfi.director.system.FileStats.LINK = new Integer(2)
static
final Integer sfi.director.system.FileStats.SPECIAL = new Integer(3)
static

The documentation for this class was generated from the following file: