Package | Description |
---|---|
org.openide.filesystems |
NetBeans internally uses the concept of a
virtual filesystem.
|
Modifier and Type | Method and 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.
|
Repository |
RepositoryReorderedEvent.getRepository()
Get the affected filesystem pool.
|
abstract Repository |
Repository.LocalProvider.getRepository()
Returns the local repository instance.
|
Repository |
RepositoryEvent.getRepository()
Getter for the filesystem pool that is modified.
|
Constructor and Description |
---|
RepositoryEvent(Repository fsp,
FileSystem fs,
boolean add)
Create a new filesystem pool event.
|
RepositoryReorderedEvent(Repository fsp,
int[] perm)
Create a new reorder event.
|