com.togethersoft.openapi.vfs
Interface VirtualFileContext

All Known Subinterfaces:
VirtualFileManagerContext, VirtualFileVolumeContext

public interface VirtualFileContext
extends PropertyMap

Author:
TogetherSoft

Field Summary
 final static ObjectFAKE_MODE
           
 final static StringNO_CACHE_MODE
           
 final static StringREQUESTOR
           
 final static ObjectSILENT_MODE
           
 final static StringSYNCHRONIZE_PROPERTY
           

Method Summary
 booleanisReadOnly()
           

Methods inherited from interface com.togethersoft.openapi.util.propertyMap.PropertyMap
addProperty, addPropertyMapListener, canAddProperty, canSetPropertyValue, getPropertyValue, getPropertyValue, isPropertyReadable, isPropertyWritable, properties, properties, removePropertyMapListener, setPropertyValue

Field Detail

FAKE_MODE

public final static Object FAKE_MODE

NO_CACHE_MODE

public final static String NO_CACHE_MODE

REQUESTOR

public final static String REQUESTOR

SILENT_MODE

public final static Object SILENT_MODE

SYNCHRONIZE_PROPERTY

public final static String SYNCHRONIZE_PROPERTY
Method Detail

isReadOnly

public boolean isReadOnly()

Association Links

to Class java.lang.String

to Class java.lang.String

to Class java.lang.String

to Class java.lang.Object

to Class java.lang.Object