org.jruby.ext.posix
public interface FileStat
| Field Summary | |
|---|---|
| static int | ALL_READ |
| static int | ALL_WRITE |
| static int | S_IFBLK |
| static int | S_IFCHR |
| static int | S_IFDIR |
| static int | S_IFIFO |
| static int | S_IFLNK |
| static int | S_IFMT |
| static int | S_IFREG |
| static int | S_IFSOCK |
| static int | S_IRGRP |
| static int | S_IROTH |
| static int | S_IRUSR |
| static int | S_ISGID |
| static int | S_ISUID |
| static int | S_ISVTX |
| static int | S_IWGRP |
| static int | S_IWOTH |
| static int | S_IWUSR |
| static int | S_IXGRP |
| static int | S_IXOTH |
| static int | S_IXUGO |
| static int | S_IXUSR |
| Method Summary | |
|---|---|
| long | atime() |
| long | blocks() |
| long | blockSize() |
| long | ctime() |
| long | dev() |
| String | ftype() |
| int | gid() |
| boolean | groupMember(int gid) |
| long | ino() |
| boolean | isBlockDev() |
| boolean | isCharDev() |
| boolean | isDirectory() |
| boolean | isEmpty() |
| boolean | isExecutable() |
| boolean | isExecutableReal() |
| boolean | isFifo() |
| boolean | isFile() |
| boolean | isGroupOwned() |
| boolean | isIdentical(FileStat other) |
| boolean | isNamedPipe() |
| boolean | isOwned() |
| boolean | isReadable() |
| boolean | isReadableReal() |
| boolean | isROwned() |
| boolean | isSetgid() |
| boolean | isSetuid() |
| boolean | isSocket() |
| boolean | isSticky() |
| boolean | isSymlink() |
| boolean | isWritable() |
| boolean | isWritableReal() |
| int | major(long dev) |
| int | minor(long dev) |
| int | mode() |
| long | mtime() |
| int | nlink() |
| long | rdev() |
| long | st_size()
Note: Name 'st_size' since Structure has a 'size' method already |
| int | uid() |