| 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 java.io.OutputStream |
FileObject.getOutputStream(FileLock lock) |
Get output stream.
|
FileObject |
FileObject.move(FileLock lock,
FileObject target,
java.lang.String name,
java.lang.String ext) |
Moves this file.
|
abstract void |
FileObject.rename(FileLock lock,
java.lang.String name,
java.lang.String ext) |
Renames this file (or folder).
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.