com.togethersoft.openapi.vfs
Interface VirtualFileProperty


public interface VirtualFileProperty
extends Property

Interface defines properties, which can be used with VirtualFile's.
For each property its value type is documented.

Author:
TogetherSoft

Field Summary
 final static StringFILE_CACHE_AGE
          Longint, readonly.
 final static StringFILE_ENCODING
          String.
 final static StringFILE_EXISTS_PHYSICAL
          Boolean, readonly.
 final static StringFILE_EXTENSION
          String, readonly.
 final static StringFILE_FULL_NAME
          String, readonly.
 final static StringFILE_LOGICALLY_READONLY
           
 final static StringFILE_PERMISSION
          Integer, readonly.
 final static StringFILE_PHYSICAL_TIMESTAMP
          Longint, readonly.
 final static StringFILE_SHORT_NAME
          String.
 final static StringFILE_STABLE
           
 final static StringFILE_TYPE
          VirtualFileType, readonly.
 final static StringFILE_URL
          String, readonly.

Methods inherited from interface com.togethersoft.openapi.util.propertyMap.Property
canSetValue, getKey, getSubproperties, getValue, getValue, isReadable, isWritable, setValue

Field Detail

FILE_CACHE_AGE

public final static String FILE_CACHE_AGE
Longint, readonly. Number, which grows as cache contents chages. It's set to 0, when
cache is written to disk.

FILE_ENCODING

public final static String FILE_ENCODING
String. This property can be set. Its value defines, how char data will be converted into
byte to put it in some stream.

FILE_EXISTS_PHYSICAL

public final static String FILE_EXISTS_PHYSICAL
Boolean, readonly. For files of native FS shows, if file exists on disk.

FILE_EXTENSION

public final static String FILE_EXTENSION
String, readonly. Characters after last dot occurence (if any) in file name.
The dot isn't included.

FILE_FULL_NAME

public final static String FILE_FULL_NAME
String, readonly. File's full name.

FILE_LOGICALLY_READONLY

public final static String FILE_LOGICALLY_READONLY

FILE_PERMISSION

public final static String FILE_PERMISSION
Integer, readonly. See VirtualFilePermission for property constants definitions.

FILE_PHYSICAL_TIMESTAMP

public final static String FILE_PHYSICAL_TIMESTAMP
Longint, readonly. Timestamp of physical file (on disk) since last syncronization.

FILE_SHORT_NAME

public final static String FILE_SHORT_NAME
String. Settable property. No error code is returned, when it's value somehow haven't changed.

FILE_STABLE

public final static String FILE_STABLE

FILE_TYPE

public final static String FILE_TYPE
VirtualFileType, readonly. Has VirtualFileType.NOT_EXIST value in case file doesn't exist.

FILE_URL

public final static String FILE_URL
String, readonly. In contrary to FILE_FULL_NAME, this property is always
defined for every file of VFS.

Association Links

to Class java.lang.String

Longint, readonly. Timestamp of physical file (on disk) since last syncronization.

to Class java.lang.String

Longint, readonly. Number, which grows as cache contents chages. It's set to 0, when
cache is written to disk.

to Class java.lang.String

String, readonly. File's full name.

to Class java.lang.String

String. Settable property. No error code is returned, when it's value somehow haven't changed.

to Class java.lang.String

String. This property can be set. Its value defines, how char data will be converted into
byte to put it in some stream.

to Class java.lang.String

Boolean, readonly. For files of native FS shows, if file exists on disk.

to Class java.lang.String

String, readonly. In contrary to FILE_FULL_NAME, this property is always
defined for every file of VFS.

to Class java.lang.String

String, readonly. Characters after last dot occurence (if any) in file name.
The dot isn't included.

to Class java.lang.String

Integer, readonly. See {@link VirtualFilePermission} for property constants definitions.

to Class java.lang.String

VirtualFileType, readonly. Has VirtualFileType.NOT_EXIST value in case file doesn't exist.

to Class java.lang.String

to Class java.lang.String