|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FileSystemCapability in org.openide.filesystems |
Subclasses of FileSystemCapability in org.openide.filesystems | |
static class |
FileSystemCapability.Bean
Deprecated. For the same reason the whole class is. |
Fields in org.openide.filesystems declared as FileSystemCapability | |
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.EXECUTE
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. |
Methods in org.openide.filesystems that return FileSystemCapability | |
FileSystemCapability |
FileSystem.getCapability()
Deprecated. Capabilities are no longer used. |
Methods in org.openide.filesystems with parameters of type FileSystemCapability | |
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. |
Constructors in org.openide.filesystems with parameters of type FileSystemCapability | |
XMLFileSystem(FileSystemCapability cap)
Deprecated. Useless. |
|
LocalFileSystem(FileSystemCapability cap)
Deprecated. Useless. |
|
JarFileSystem(FileSystemCapability cap)
Deprecated. Useless. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |