Package | Description |
---|---|
org.openide.filesystems |
NetBeans internally uses the concept of a
virtual filesystem.
|
Modifier and Type | Class and Description |
---|---|
static class |
FileSystemCapability.Bean
Deprecated.
For the same reason the whole class is.
|
Modifier and Type | Field and Description |
---|---|
static FileSystemCapability |
FileSystemCapability.ALL
Deprecated.
Object that is capable of every thing.
|
static FileSystemCapability |
FileSystemCapability.COMPILE
Deprecated.
Please use the ClassPath API instead.
|
static FileSystemCapability |
FileSystemCapability.DEBUG
Deprecated.
Please use the ClassPath API instead.
|
static FileSystemCapability |
FileSystemCapability.DOC
Deprecated.
Please use
JavadocForBinaryQuery instead. |
static FileSystemCapability |
FileSystemCapability.EXECUTE
Deprecated.
Please use the ClassPath API instead.
|
Modifier and Type | Method and Description |
---|---|
FileSystemCapability |
FileSystem.getCapability()
Deprecated.
Capabilities are no longer used.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FileSystemCapability.capableOf(FileSystemCapability c)
Deprecated.
Basic operation that tests whether this object
is capable to do different capability.
|
boolean |
FileSystemCapability.Bean.capableOf(FileSystemCapability c)
Deprecated.
Checks for well known capabilities and if they are allowed.
|
protected void |
FileSystem.setCapability(FileSystemCapability capability)
Deprecated.
Capabilities are no longer used.
|
Constructor and Description |
---|
JarFileSystem(FileSystemCapability cap)
Deprecated.
Useless.
|
LocalFileSystem(FileSystemCapability cap)
Deprecated.
Useless.
|
XMLFileSystem(FileSystemCapability cap)
Deprecated.
Useless.
|
Built on January 27 2012. | Portions Copyright 1997-2012 Sun Microsystems, Inc. All rights reserved.