| Package | Description |
|---|---|
| org.apache.commons.vfs |
The public VFS API.
|
| org.apache.commons.vfs.events | |
| org.apache.commons.vfs.impl |
The standard VFS implementation.
|
| org.apache.commons.vfs.provider |
The File Provider API, and utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileSystem.addListener(FileObject file,
FileListener listener)
Adds a listener on a file in this file system.
|
void |
FileSystem.removeListener(FileObject file,
FileListener listener)
Removes a listener from a file in this file system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteEvent.notify(FileListener listener) |
void |
CreateEvent.notify(FileListener listener) |
void |
ChangedEvent.notify(FileListener listener) |
abstract void |
AbstractFileChangeEvent.notify(FileListener listener) |
| Constructor and Description |
|---|
DefaultFileMonitor(FileListener listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegateFileObject
A file backed by another file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFileSystem.addListener(FileObject file,
FileListener listener)
Adds a listener on a file in this file system.
|
void |
AbstractFileSystem.removeListener(FileObject file,
FileListener listener)
Removes a listener from a file in this file system.
|