Package | Description |
---|---|
org.openide.filesystems |
NetBeans internally uses the concept of a
virtual filesystem.
|
Modifier and Type | Method and Description |
---|---|
static Repository |
Repository.getDefault()
Access method to get default instance of repository in the system.
|
Repository |
RepositoryEvent.getRepository()
Getter for the filesystem pool that is modified.
|
Repository |
RepositoryReorderedEvent.getRepository()
Get the affected filesystem pool.
|
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.
|
Built on May 5 2012. | Portions Copyright 1997-2012 Sun Microsystems, Inc. All rights reserved.