| java.lang.Object org.apache.tomcat.jni.FileInfo
FileInfo | public class FileInfo (Code) | | Fileinfo
author: Mladen Turk version: $Revision: 467222 $, $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $ |
atime | public long atime(Code) | | The time the file was last accessed
|
csize | public long csize(Code) | | The storage size consumed by the file
|
ctime | public long ctime(Code) | | The time the file was created, or the inode was last changed
|
device | public int device(Code) | | The id of the device the file is on.
|
filehand | public long filehand(Code) | | The file's handle, if accessed (can be submitted to apr_duphandle)
|
filetype | public int filetype(Code) | | The type of file. One of APR_REG, APR_DIR, APR_CHR, APR_BLK, APR_PIPE,
APR_LNK or APR_SOCK. If the type is undetermined, the value is APR_NOFILE.
If the type cannot be determined, the value is APR_UNKFILE.
|
fname | public String fname(Code) | | The pathname of the file (possibly unrooted)
|
group | public int group(Code) | | The group id that owns the file
|
inode | public int inode(Code) | | The inode of the file.
|
mtime | public long mtime(Code) | | The time the file was last modified
|
name | public String name(Code) | | The file's name (no path) in filesystem case
|
nlink | public int nlink(Code) | | The number of hard links to the file.
|
pool | public long pool(Code) | | Allocates memory and closes lingering handles in the specified pool
|
protection | public int protection(Code) | | The access permissions of the file. Mimics Unix access rights.
|
size | public long size(Code) | | The size of the file
|
user | public int user(Code) | | The user id that owns the file
|
valid | public int valid(Code) | | The bitmask describing valid fields of this apr_finfo_t structure
including all available 'wanted' fields and potentially more
|
|
|