org.jruby.ext.posix
Interface FileStat
- All Known Implementing Classes:
- BaseHeapFileStat, BaseNativeFileStat, FreeBSDHeapFileStat, JavaFileStat, Linux64FileStat, Linux64HeapFileStat, LinuxFileStat, LinuxHeapFileStat, MacOSFileStat, MacOSHeapFileStat, OpenBSDHeapFileStat, SolarisFileStat, SolarisHeapFileStat, WindowsFileStat
public interface FileStat
S_IFIFO
static final int S_IFIFO
- See Also:
- Constant Field Values
S_IFCHR
static final int S_IFCHR
- See Also:
- Constant Field Values
S_IFDIR
static final int S_IFDIR
- See Also:
- Constant Field Values
S_IFBLK
static final int S_IFBLK
- See Also:
- Constant Field Values
S_IFREG
static final int S_IFREG
- See Also:
- Constant Field Values
S_IFLNK
static final int S_IFLNK
- See Also:
- Constant Field Values
S_IFSOCK
static final int S_IFSOCK
- See Also:
- Constant Field Values
S_IFMT
static final int S_IFMT
- See Also:
- Constant Field Values
S_ISUID
static final int S_ISUID
- See Also:
- Constant Field Values
S_ISGID
static final int S_ISGID
- See Also:
- Constant Field Values
S_ISVTX
static final int S_ISVTX
- See Also:
- Constant Field Values
S_IRUSR
static final int S_IRUSR
- See Also:
- Constant Field Values
S_IWUSR
static final int S_IWUSR
- See Also:
- Constant Field Values
S_IXUSR
static final int S_IXUSR
- See Also:
- Constant Field Values
S_IRGRP
static final int S_IRGRP
- See Also:
- Constant Field Values
S_IWGRP
static final int S_IWGRP
- See Also:
- Constant Field Values
S_IXGRP
static final int S_IXGRP
- See Also:
- Constant Field Values
S_IROTH
static final int S_IROTH
- See Also:
- Constant Field Values
S_IWOTH
static final int S_IWOTH
- See Also:
- Constant Field Values
S_IXOTH
static final int S_IXOTH
- See Also:
- Constant Field Values
ALL_READ
static final int ALL_READ
- See Also:
- Constant Field Values
ALL_WRITE
static final int ALL_WRITE
- See Also:
- Constant Field Values
S_IXUGO
static final int S_IXUGO
- See Also:
- Constant Field Values
atime
long atime()
blocks
long blocks()
blockSize
long blockSize()
ctime
long ctime()
dev
long dev()
ftype
java.lang.String ftype()
gid
int gid()
groupMember
boolean groupMember(int gid)
ino
long ino()
isBlockDev
boolean isBlockDev()
isCharDev
boolean isCharDev()
isDirectory
boolean isDirectory()
isEmpty
boolean isEmpty()
isExecutable
boolean isExecutable()
isExecutableReal
boolean isExecutableReal()
isFifo
boolean isFifo()
isFile
boolean isFile()
isGroupOwned
boolean isGroupOwned()
isIdentical
boolean isIdentical(FileStat other)
isNamedPipe
boolean isNamedPipe()
isOwned
boolean isOwned()
isROwned
boolean isROwned()
isReadable
boolean isReadable()
isReadableReal
boolean isReadableReal()
isWritable
boolean isWritable()
isWritableReal
boolean isWritableReal()
isSetgid
boolean isSetgid()
isSetuid
boolean isSetuid()
isSocket
boolean isSocket()
isSticky
boolean isSticky()
isSymlink
boolean isSymlink()
major
int major(long dev)
minor
int minor(long dev)
mode
int mode()
mtime
long mtime()
nlink
int nlink()
rdev
long rdev()
st_size
long st_size()
- Note: Name 'st_size' since Structure has a 'size' method already
uid
int uid()
Copyright © 2010. All Rights Reserved.