|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstec.sfc.Win32.FileAttribute
public class FileAttribute
File attributes used by RandomAccessFile, File.getAttributes(), File.setAttributes() and FileEnumerator.getAttributes().
Field Summary | |
---|---|
static int |
ARCHIVE
Archive object. |
static int |
COMPRESSED
Object is compressed. |
static int |
DIRECTORY
Object is a directory. |
static int |
ENCRYPTED
Object is encrypted. |
static int |
HIDDEN
Object is hidden. |
static int |
NORMAL
Object is a normal object. |
static int |
NOT_CONTENT_INDEXED
Object is to be indexed. |
static int |
OFFLINE
Object is offline and not accessible. |
static int |
READONLY
Object is read only. |
static int |
REPARSE_POINT
Object exhibits NTFS reparse point. |
static int |
SPARSE_FILE
Object is a sparse object. |
static int |
SYSTEM
Object is a system object. |
static int |
TEMPORARY
Object is a temporary object. |
Constructor Summary | |
---|---|
FileAttribute()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ARCHIVE
Set to FILE_ATTRIBUTE_ARCHIVE.
public static final int COMPRESSED
Can only be used with File.getAttributes().
Set to FILE_ATTRIBUTE_COMPRESSED.
public static final int DIRECTORY
Can only be used with File.getAttributes().
Set to FILE_ATTRIBUTE_DIRECTORY.
public static final int ENCRYPTED
Can only be used with File.getAttributes().
Set to FILE_ATTRIBUTE_ENCRYPTED.
public static final int HIDDEN
Set to FILE_ATTRIBUTE_HIDDEN.
public static final int NORMAL
Set to FILE_ATTRIBUTE_NORMAL.
public static final int NOT_CONTENT_INDEXED
Set to FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
public static final int OFFLINE
Set to FILE_ATTRIBUTE_OFFLINE.
public static final int READONLY
Set to FILE_ATTRIBUTE_READONLY.
public static final int REPARSE_POINT
Can only be used with File.getAttributes().
Set to FILE_ATTRIBUTE_REPARSE_POINT.
public static final int SPARSE_FILE
Can only be used with File.getAttributes().
Set to FILE_ATTRIBUTE_SPARSE_FILE.
public static final int SYSTEM
Set to FILE_ATTRIBUTE_SYSTEM.
public static final int TEMPORARY
Set to FILE_ATTRIBUTE_TEMPORARY.
Constructor Detail |
---|
public FileAttribute()
|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001-2005 Servertec. All rights reserved.