kAWT Version 0.95

de.kawt.shell
Class FileInfo

java.lang.Object
  |
  +--de.kawt.shell.FileInfo

public class FileInfo
extends Object


Field Summary
static int DIRECTORY
           
 
Constructor Summary
FileInfo(File file)
           
FileInfo(String name, int attr)
           
 
Method Summary
 boolean getAttr(int attr)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DIRECTORY

public static final int DIRECTORY
Constructor Detail

FileInfo

public FileInfo(String name,
                int attr)

FileInfo

public FileInfo(File file)
Method Detail

getAttr

public boolean getAttr(int attr)

toString

public String toString()
Overrides:
toString in class Object

kAWT Version 0.95