| java.lang.Object org.netbeans.core.projects.FileStateManager
FileStateManager | final class FileStateManager (Code) | | Scans positions of FileObject-delegates for FileObjects from SystemFileSystem. Each
author: Vitezslav Stejskal |
Inner Class :public static interface FileStatusListener | |
FSTATE_DEFINED | final public static int FSTATE_DEFINED(Code) | | File State - file is defined on the layer (top-most layer containing the file)
|
FSTATE_IGNORED | final public static int FSTATE_IGNORED(Code) | | File State - file is ignored on the layer (higher layer contains file too)
|
FSTATE_INHERITED | final public static int FSTATE_INHERITED(Code) | | File State - file is inherited on the layer (file doesn't exist on the layer and exists on lower layer)
|
FSTATE_UNDEFINED | final public static int FSTATE_UNDEFINED(Code) | | File State - file is not defined on the layer (file doesn't exist on the layer and exists on higher layer)
|
LAYER_MODULES | final public static int LAYER_MODULES(Code) | | Identification of filesystem representing XML-layers from all installed modules
|
LAYER_SESSION | final public static int LAYER_SESSION(Code) | | Identification of filesystem representing Session
|
addFileStatusListener | final public void addFileStatusListener(FileStatusListener l, FileObject mfo)(Code) | | |
define | public void define(FileObject mfo, int layer, boolean revert) throws IOException(Code) | | |
getFileState | public int getFileState(FileObject mfo, int layer)(Code) | | |
removeFileStatusListener | final public void removeFileStatusListener(FileStatusListener l, FileObject mfo)(Code) | | |
|
|