org.openide.filesystems 7.32.1 1

Uses of Class
org.openide.filesystems.FileSystemCapability

Packages that use FileSystemCapability
org.openide.filesystems NetBeans internally uses the concept of a virtual filesystem
 

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.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.
 

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
JarFileSystem(FileSystemCapability cap)
          Deprecated. Useless.
LocalFileSystem(FileSystemCapability cap)
          Deprecated. Useless.
XMLFileSystem(FileSystemCapability cap)
          Deprecated. Useless.
 


org.openide.filesystems 7.32.1 1

Built on September 7 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.