Modifier and Type | Field and Description |
---|---|
static int |
TYPE_DIRECTORY |
static int |
TYPE_FILE |
static int |
TYPE_LINK |
static int |
TYPE_UNDEFINED |
Constructor and Description |
---|
Attr(int id,
String name,
String parent,
boolean exists,
int type,
int size,
long lastModified,
short mode,
short attributes,
int data) |
Modifier and Type | Method and Description |
---|---|
boolean |
exists() |
short |
getAttributes() |
int |
getData() |
int |
getId() |
long |
getLastModified() |
short |
getMode() |
String |
getName() |
String |
getParent() |
int |
getType() |
boolean |
isDirectory() |
boolean |
isFile() |
static Attr |
notExists(String name,
String parent) |
int |
size() |
long |
timestamp() |
public static final int TYPE_DIRECTORY
public static final int TYPE_FILE
public static final int TYPE_LINK
public static final int TYPE_UNDEFINED
public int getData()
public long getLastModified()
public int getId()
public short getMode()
public short getAttributes()
public boolean exists()
public boolean isFile()
public boolean isDirectory()
public int size()
public long timestamp()
public int getType()
Copyright © 2015 Lucee