Package | Description |
---|---|
org.openide.filesystems |
NetBeans internally uses the concept of a
virtual filesystem.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FileEvent.firedFrom(FileSystem.AtomicAction run)
Tests if this event has been generated from given atomic action.
|
void |
FileSystem.runAtomicAction(FileSystem.AtomicAction run)
Executes atomic action.
|
static void |
FileUtil.runAtomicAction(FileSystem.AtomicAction atomicCode)
Executes atomic action.
|