Package | Description |
---|---|
org.openide.filesystems |
NetBeans internally uses the concept of a
virtual filesystem.
|
Modifier and Type | Method | Description |
---|---|---|
protected Repository |
Repository.LocalProvider.delayFilesystemAttach(Callable<Repository> init) |
Allows to delay attaching filesystems to the Repository.
|
static Repository |
Repository.getDefault() |
Access method to get default instance of repository in the system.
|
abstract Repository |
Repository.LocalProvider.getRepository() |
Returns the local repository instance.
|
Repository |
RepositoryEvent.getRepository() |
Getter for the filesystem pool that is modified.
|
Repository |
RepositoryReorderedEvent.getRepository() |
Get the affected filesystem pool.
|
Modifier and Type | Method | Description |
---|---|---|
protected Repository |
Repository.LocalProvider.delayFilesystemAttach(Callable<Repository> init) |
Allows to delay attaching filesystems to the Repository.
|
Constructor | Description |
---|---|
RepositoryEvent(Repository fsp,
FileSystem fs,
boolean add) |
Create a new filesystem pool event.
|
RepositoryReorderedEvent(Repository fsp,
int[] perm) |
Create a new reorder event.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.