Package | Description |
---|---|
org.openide.filesystems |
NetBeans internally uses the concept of a
virtual filesystem.
|
Modifier and Type | Field and Description |
---|---|
static FileLock |
FileLock.NONE
Constant that can be used in filesystems that do not support locking.
|
Modifier and Type | Method and Description |
---|---|
abstract FileLock |
FileObject.lock()
Lock this file.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
FileObject.delete(FileLock lock)
Delete this file.
|
abstract OutputStream |
FileObject.getOutputStream(FileLock lock)
Get output stream.
|
FileObject |
FileObject.move(FileLock lock,
FileObject target,
String name,
String ext)
Moves this file.
|
abstract void |
FileObject.rename(FileLock lock,
String name,
String ext)
Renames this file (or folder).
|