Package | Description |
---|---|
org.openide.filesystems |
NetBeans internally uses the concept of a
virtual filesystem.
|
Modifier and Type | Field | Description |
---|---|---|
static FileLock |
FileLock.NONE |
Constant that can be used in filesystems that do not support locking.
|
Modifier and Type | Method | Description |
---|---|---|
abstract FileLock |
FileObject.lock() |
Lock this file.
|
Modifier and Type | Method | 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).
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.