站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Uses of Class org.openide.filesystems.FileSystemCapability (NetBeans File Systems API) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.openide.filesystems.FileSystemCapability

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.
 


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.