Uses of Class
org.apache.commons.vfs2.Capability
-
-
Uses of Capability in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return Capability Modifier and Type Method Description static CapabilityCapability. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Capability[]Capability. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.vfs2 that return types with arguments of type Capability Modifier and Type Method Description java.util.Collection<Capability>FileSystemManager. getProviderCapabilities(java.lang.String scheme)Gets the capabilities for a given scheme.Methods in org.apache.commons.vfs2 with parameters of type Capability Modifier and Type Method Description booleanFileSystem. hasCapability(Capability capability)Determines if this file system has a particular capability. -
Uses of Capability in org.apache.commons.vfs2.impl
Methods in org.apache.commons.vfs2.impl that return types with arguments of type Capability Modifier and Type Method Description java.util.Collection<Capability>DefaultFileSystemManager. getProviderCapabilities(java.lang.String scheme)Gets the capabilities for a given scheme.Method parameters in org.apache.commons.vfs2.impl with type arguments of type Capability Modifier and Type Method Description protected voidVirtualFileSystem. addCapabilities(java.util.Collection<Capability> caps)Adds the capabilities of this file system. -
Uses of Capability in org.apache.commons.vfs2.provider
Methods in org.apache.commons.vfs2.provider that return types with arguments of type Capability Modifier and Type Method Description java.util.Collection<Capability>FileProvider. getCapabilities()Gets the file system capabilities.Methods in org.apache.commons.vfs2.provider with parameters of type Capability Modifier and Type Method Description booleanAbstractFileSystem. hasCapability(Capability capability)Tests whether this file system has a particular capability.Method parameters in org.apache.commons.vfs2.provider with type arguments of type Capability Modifier and Type Method Description protected abstract voidAbstractFileSystem. addCapabilities(java.util.Collection<Capability> caps)Adds the capabilities of this file system. -
Uses of Capability in org.apache.commons.vfs2.provider.bzip2
Fields in org.apache.commons.vfs2.provider.bzip2 with type parameters of type Capability Modifier and Type Field Description protected static java.util.Collection<Capability>Bzip2FileProvider. capabilitiesThe provider's capabilitiesMethods in org.apache.commons.vfs2.provider.bzip2 that return types with arguments of type Capability Modifier and Type Method Description java.util.Collection<Capability>Bzip2FileProvider. getCapabilities()Method parameters in org.apache.commons.vfs2.provider.bzip2 with type arguments of type Capability Modifier and Type Method Description protected voidBzip2FileSystem. addCapabilities(java.util.Collection<Capability> caps) -
Uses of Capability in org.apache.commons.vfs2.provider.compressed
Methods in org.apache.commons.vfs2.provider.compressed that return types with arguments of type Capability Modifier and Type Method Description abstract java.util.Collection<Capability>CompressedFileFileProvider. getCapabilities()Method parameters in org.apache.commons.vfs2.provider.compressed with type arguments of type Capability Modifier and Type Method Description protected abstract voidCompressedFileFileSystem. addCapabilities(java.util.Collection<Capability> caps)Returns the capabilities of this file system. -
Uses of Capability in org.apache.commons.vfs2.provider.ftp
Methods in org.apache.commons.vfs2.provider.ftp that return types with arguments of type Capability Modifier and Type Method Description java.util.Collection<Capability>FtpFileProvider. getCapabilities()Method parameters in org.apache.commons.vfs2.provider.ftp with type arguments of type Capability Modifier and Type Method Description protected voidFtpFileSystem. addCapabilities(java.util.Collection<Capability> caps)Adds the capabilities of this file system. -
Uses of Capability in org.apache.commons.vfs2.provider.gzip
Fields in org.apache.commons.vfs2.provider.gzip with type parameters of type Capability Modifier and Type Field Description protected static java.util.Collection<Capability>GzipFileProvider. capabilitiesCapabilities.Methods in org.apache.commons.vfs2.provider.gzip that return types with arguments of type Capability Modifier and Type Method Description java.util.Collection<Capability>GzipFileProvider. getCapabilities()Method parameters in org.apache.commons.vfs2.provider.gzip with type arguments of type Capability Modifier and Type Method Description protected voidGzipFileSystem. addCapabilities(java.util.Collection<Capability> caps) -
Uses of Capability in org.apache.commons.vfs2.provider.http
Methods in org.apache.commons.vfs2.provider.http that return types with arguments of type Capability Modifier and Type Method Description java.util.Collection<Capability>HttpFileProvider. getCapabilities()Deprecated.Method parameters in org.apache.commons.vfs2.provider.http with type arguments of type Capability Modifier and Type Method Description protected voidHttpFileSystem. addCapabilities(java.util.Collection<Capability> caps)Deprecated.Adds the capabilities of this file system. -
Uses of Capability in org.apache.commons.vfs2.provider.http4
Methods in org.apache.commons.vfs2.provider.http4 that return types with arguments of type Capability Modifier and Type Method Description java.util.Collection<Capability>Http4FileProvider. getCapabilities()Deprecated.Method parameters in org.apache.commons.vfs2.provider.http4 with type arguments of type Capability Modifier and Type Method Description protected voidHttp4FileSystem. addCapabilities(java.util.Collection<Capability> caps)Deprecated. -
Uses of Capability in org.apache.commons.vfs2.provider.jar
Methods in org.apache.commons.vfs2.provider.jar that return types with arguments of type Capability Modifier and Type Method Description java.util.Collection<Capability>JarFileProvider. getCapabilities()Method parameters in org.apache.commons.vfs2.provider.jar with type arguments of type Capability Modifier and Type Method Description protected voidJarFileSystem. addCapabilities(java.util.Collection<Capability> caps)Returns the capabilities of this file system. -
Uses of Capability in org.apache.commons.vfs2.provider.local
Fields in org.apache.commons.vfs2.provider.local with type parameters of type Capability Modifier and Type Field Description static java.util.Collection<Capability>DefaultLocalFileProvider. capabilitiesThe provider's capabilities.Methods in org.apache.commons.vfs2.provider.local that return types with arguments of type Capability Modifier and Type Method Description java.util.Collection<Capability>DefaultLocalFileProvider. getCapabilities()Method parameters in org.apache.commons.vfs2.provider.local with type arguments of type Capability Modifier and Type Method Description protected voidLocalFileSystem. addCapabilities(java.util.Collection<Capability> caps)Returns the capabilities of this file system. -
Uses of Capability in org.apache.commons.vfs2.provider.ram
Fields in org.apache.commons.vfs2.provider.ram with type parameters of type Capability Modifier and Type Field Description static java.util.Collection<Capability>RamFileProvider. capabilitiesThe provider's capabilities.Methods in org.apache.commons.vfs2.provider.ram that return types with arguments of type Capability Modifier and Type Method Description java.util.Collection<Capability>RamFileProvider. getCapabilities()Method parameters in org.apache.commons.vfs2.provider.ram with type arguments of type Capability Modifier and Type Method Description protected voidRamFileSystem. addCapabilities(java.util.Collection<Capability> caps) -
Uses of Capability in org.apache.commons.vfs2.provider.res
Fields in org.apache.commons.vfs2.provider.res with type parameters of type Capability Modifier and Type Field Description protected static java.util.Collection<Capability>ResourceFileProvider. capabilitiesThe provider's capabilitiesMethods in org.apache.commons.vfs2.provider.res that return types with arguments of type Capability Modifier and Type Method Description java.util.Collection<Capability>ResourceFileProvider. getCapabilities() -
Uses of Capability in org.apache.commons.vfs2.provider.sftp
Fields in org.apache.commons.vfs2.provider.sftp with type parameters of type Capability Modifier and Type Field Description protected static java.util.Collection<Capability>SftpFileProvider. capabilitiesThe provider's capabilities.Methods in org.apache.commons.vfs2.provider.sftp that return types with arguments of type Capability Modifier and Type Method Description java.util.Collection<Capability>SftpFileProvider. getCapabilities()Method parameters in org.apache.commons.vfs2.provider.sftp with type arguments of type Capability Modifier and Type Method Description protected voidSftpFileSystem. addCapabilities(java.util.Collection<Capability> caps)Adds the capabilities of this file system. -
Uses of Capability in org.apache.commons.vfs2.provider.tar
Fields in org.apache.commons.vfs2.provider.tar with type parameters of type Capability Modifier and Type Field Description protected static java.util.Collection<Capability>TarFileProvider. capabilitiesThe provider's capabilitiesprotected static java.util.Collection<Capability>Tbz2FileProvider. capabilitiesThe provider's capabilitiesprotected static java.util.Collection<Capability>TgzFileProvider. capabilitiesThe provider's capabilitiesMethods in org.apache.commons.vfs2.provider.tar that return types with arguments of type Capability Modifier and Type Method Description java.util.Collection<Capability>TarFileProvider. getCapabilities()java.util.Collection<Capability>Tbz2FileProvider. getCapabilities()java.util.Collection<Capability>TgzFileProvider. getCapabilities()Method parameters in org.apache.commons.vfs2.provider.tar with type arguments of type Capability Modifier and Type Method Description protected voidTarFileSystem. addCapabilities(java.util.Collection<Capability> caps)Returns the capabilities of this file system. -
Uses of Capability in org.apache.commons.vfs2.provider.temp
Methods in org.apache.commons.vfs2.provider.temp that return types with arguments of type Capability Modifier and Type Method Description java.util.Collection<Capability>TemporaryFileProvider. getCapabilities() -
Uses of Capability in org.apache.commons.vfs2.provider.url
Fields in org.apache.commons.vfs2.provider.url with type parameters of type Capability Modifier and Type Field Description protected static java.util.Collection<Capability>UrlFileProvider. capabilitiesThe provider's capabilitiesMethods in org.apache.commons.vfs2.provider.url that return types with arguments of type Capability Modifier and Type Method Description java.util.Collection<Capability>UrlFileProvider. getCapabilities()Method parameters in org.apache.commons.vfs2.provider.url with type arguments of type Capability Modifier and Type Method Description protected voidUrlFileSystem. addCapabilities(java.util.Collection<Capability> caps)Returns the capabilities of this file system. -
Uses of Capability in org.apache.commons.vfs2.provider.zip
Fields in org.apache.commons.vfs2.provider.zip with type parameters of type Capability Modifier and Type Field Description protected static java.util.Collection<Capability>ZipFileProvider. capabilitiesThe list of capabilities this provider supportsMethods in org.apache.commons.vfs2.provider.zip that return types with arguments of type Capability Modifier and Type Method Description java.util.Collection<Capability>ZipFileProvider. getCapabilities()Method parameters in org.apache.commons.vfs2.provider.zip with type arguments of type Capability Modifier and Type Method Description protected voidZipFileSystem. addCapabilities(java.util.Collection<Capability> caps)Returns the capabilities of this file system.
-