|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.io.File
|
+--com.macmillan.nmeyers.FileStatus
Provide access to POSIX-specific information about the file system.
This class extends File to obtain POSIX-specific
information that is not supported by Java.
| Field Summary | |
java.lang.String |
gid
File group. |
int |
mode
File mode. |
java.lang.String |
target
Symbolic link target. |
java.lang.String |
uid
File owner. |
| Fields inherited from class java.io.File |
pathSeparator,
pathSeparatorChar,
separator,
separatorChar |
| Constructor Summary | |
FileStatus(java.io.File dir,
java.lang.String name)
This class' extension of the File constructor
with the same signature. |
|
FileStatus(java.lang.String path)
This class' extension of the File constructor
with the same signature. |
|
FileStatus(java.lang.String path,
java.lang.String name)
This class' extension of the File constructor
with the same signature. |
|
| Method Summary | |
static void |
main(java.lang.String[] argv)
This provides a small test program that queries and reports information about files specified on the command line. |
| Methods inherited from class java.io.File |
canRead,
canWrite,
compareTo,
compareTo,
createNewFile,
createTempFile,
createTempFile,
delete,
deleteOnExit,
equals,
exists,
getAbsoluteFile,
getAbsolutePath,
getCanonicalFile,
getCanonicalPath,
getName,
getParent,
getParentFile,
getPath,
hashCode,
isAbsolute,
isDirectory,
isFile,
isHidden,
lastModified,
length,
list,
list,
listFiles,
listFiles,
listFiles,
listRoots,
mkdir,
mkdirs,
renameTo,
setLastModified,
setReadOnly,
toString,
toURL |
| Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
public java.lang.String uid
public java.lang.String gid
public int mode
public java.lang.String target
| Constructor Detail |
public FileStatus(java.lang.String path)
File constructor
with the same signature.
public FileStatus(java.lang.String path,
java.lang.String name)
File constructor
with the same signature.
public FileStatus(java.io.File dir,
java.lang.String name)
File constructor
with the same signature.| Method Detail |
public static void main(java.lang.String[] argv)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||