Uses of Enum
org.apache.commons.vfs2.Capability
Packages that use Capability
Package
Description
The public VFS API.
The standard VFS implementation.
The File Provider API, and utility classes.
The BZIP2 File Provider.
The compressed file provider.
The FTP File Provider.
The GZIP File Provider.
The HTTP File Provider.
The HTTP4 File Provider.
The HTTP5 File Provider.
The Jar File Provider.
The Local File Provider.
The RAM File Provider.
The Resource File Provider.
The SFTP Provider.
The Tar File Provider.
The Temporary Filespace Provider.
The Default File Provider, which wraps 
URL.The Zip File Provider.
- 
Uses of Capability in org.apache.commons.vfs2Methods in org.apache.commons.vfs2 that return CapabilityModifier and TypeMethodDescriptionstatic CapabilityReturns 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 CapabilityModifier and TypeMethodDescriptionFileSystemManager.getProviderCapabilities(String scheme) Gets the capabilities for a given scheme.Methods in org.apache.commons.vfs2 with parameters of type CapabilityModifier and TypeMethodDescriptionbooleanFileSystem.hasCapability(Capability capability) Determines if this file system has a particular capability.
- 
Uses of Capability in org.apache.commons.vfs2.implMethods in org.apache.commons.vfs2.impl that return types with arguments of type CapabilityModifier and TypeMethodDescriptionDefaultFileSystemManager.getProviderCapabilities(String scheme) Gets the capabilities for a given scheme.Method parameters in org.apache.commons.vfs2.impl with type arguments of type CapabilityModifier and TypeMethodDescriptionprotected voidVirtualFileSystem.addCapabilities(Collection<Capability> caps) Adds the capabilities of this file system.
- 
Uses of Capability in org.apache.commons.vfs2.providerMethods in org.apache.commons.vfs2.provider that return types with arguments of type CapabilityModifier and TypeMethodDescriptionFileProvider.getCapabilities()Gets the file system capabilities.Methods in org.apache.commons.vfs2.provider with parameters of type CapabilityModifier and TypeMethodDescriptionbooleanAbstractFileSystem.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 CapabilityModifier and TypeMethodDescriptionprotected abstract voidAbstractFileSystem.addCapabilities(Collection<Capability> caps) Adds the capabilities of this file system.
- 
Uses of Capability in org.apache.commons.vfs2.provider.bzip2Fields in org.apache.commons.vfs2.provider.bzip2 with type parameters of type CapabilityModifier and TypeFieldDescriptionprotected static final Collection<Capability> Bzip2FileProvider.capabilitiesThe provider's capabilitiesMethods in org.apache.commons.vfs2.provider.bzip2 that return types with arguments of type CapabilityMethod parameters in org.apache.commons.vfs2.provider.bzip2 with type arguments of type CapabilityModifier and TypeMethodDescriptionprotected voidBzip2FileSystem.addCapabilities(Collection<Capability> caps) 
- 
Uses of Capability in org.apache.commons.vfs2.provider.compressedMethods in org.apache.commons.vfs2.provider.compressed that return types with arguments of type CapabilityModifier and TypeMethodDescriptionabstract Collection<Capability> CompressedFileFileProvider.getCapabilities()Method parameters in org.apache.commons.vfs2.provider.compressed with type arguments of type CapabilityModifier and TypeMethodDescriptionprotected abstract voidCompressedFileFileSystem.addCapabilities(Collection<Capability> caps) Returns the capabilities of this file system.
- 
Uses of Capability in org.apache.commons.vfs2.provider.ftpMethods in org.apache.commons.vfs2.provider.ftp that return types with arguments of type CapabilityMethod parameters in org.apache.commons.vfs2.provider.ftp with type arguments of type CapabilityModifier and TypeMethodDescriptionprotected voidFtpFileSystem.addCapabilities(Collection<Capability> caps) Adds the capabilities of this file system.
- 
Uses of Capability in org.apache.commons.vfs2.provider.gzipFields in org.apache.commons.vfs2.provider.gzip with type parameters of type CapabilityModifier and TypeFieldDescriptionprotected static final Collection<Capability> GzipFileProvider.capabilitiesCapabilities.Methods in org.apache.commons.vfs2.provider.gzip that return types with arguments of type CapabilityMethod parameters in org.apache.commons.vfs2.provider.gzip with type arguments of type CapabilityModifier and TypeMethodDescriptionprotected voidGzipFileSystem.addCapabilities(Collection<Capability> caps) 
- 
Uses of Capability in org.apache.commons.vfs2.provider.httpMethods in org.apache.commons.vfs2.provider.http that return types with arguments of type CapabilityMethod parameters in org.apache.commons.vfs2.provider.http with type arguments of type CapabilityModifier and TypeMethodDescriptionprotected voidHttpFileSystem.addCapabilities(Collection<Capability> caps) Deprecated.Adds the capabilities of this file system.
- 
Uses of Capability in org.apache.commons.vfs2.provider.http4Methods in org.apache.commons.vfs2.provider.http4 that return types with arguments of type CapabilityMethod parameters in org.apache.commons.vfs2.provider.http4 with type arguments of type CapabilityModifier and TypeMethodDescriptionprotected voidHttp4FileSystem.addCapabilities(Collection<Capability> caps) Deprecated.
- 
Uses of Capability in org.apache.commons.vfs2.provider.http5Methods in org.apache.commons.vfs2.provider.http5 that return types with arguments of type CapabilityMethod parameters in org.apache.commons.vfs2.provider.http5 with type arguments of type CapabilityModifier and TypeMethodDescriptionprotected voidHttp5FileSystem.addCapabilities(Collection<Capability> caps) 
- 
Uses of Capability in org.apache.commons.vfs2.provider.jarMethods in org.apache.commons.vfs2.provider.jar that return types with arguments of type CapabilityMethod parameters in org.apache.commons.vfs2.provider.jar with type arguments of type CapabilityModifier and TypeMethodDescriptionprotected voidJarFileSystem.addCapabilities(Collection<Capability> caps) Returns the capabilities of this file system.
- 
Uses of Capability in org.apache.commons.vfs2.provider.localFields in org.apache.commons.vfs2.provider.local with type parameters of type CapabilityModifier and TypeFieldDescriptionstatic final Collection<Capability> DefaultLocalFileProvider.capabilitiesThe provider's capabilities.Methods in org.apache.commons.vfs2.provider.local that return types with arguments of type CapabilityMethod parameters in org.apache.commons.vfs2.provider.local with type arguments of type CapabilityModifier and TypeMethodDescriptionprotected voidLocalFileSystem.addCapabilities(Collection<Capability> caps) Returns the capabilities of this file system.
- 
Uses of Capability in org.apache.commons.vfs2.provider.ramFields in org.apache.commons.vfs2.provider.ram with type parameters of type CapabilityModifier and TypeFieldDescriptionstatic final Collection<Capability> RamFileProvider.capabilitiesThe provider's capabilities.Methods in org.apache.commons.vfs2.provider.ram that return types with arguments of type CapabilityMethod parameters in org.apache.commons.vfs2.provider.ram with type arguments of type CapabilityModifier and TypeMethodDescriptionprotected voidRamFileSystem.addCapabilities(Collection<Capability> caps) 
- 
Uses of Capability in org.apache.commons.vfs2.provider.resFields in org.apache.commons.vfs2.provider.res with type parameters of type CapabilityModifier and TypeFieldDescriptionprotected static final Collection<Capability> ResourceFileProvider.capabilitiesThe provider's capabilitiesMethods in org.apache.commons.vfs2.provider.res that return types with arguments of type Capability
- 
Uses of Capability in org.apache.commons.vfs2.provider.sftpFields in org.apache.commons.vfs2.provider.sftp with type parameters of type CapabilityModifier and TypeFieldDescriptionprotected static final Collection<Capability> SftpFileProvider.capabilitiesThe provider's capabilities.Methods in org.apache.commons.vfs2.provider.sftp that return types with arguments of type CapabilityMethod parameters in org.apache.commons.vfs2.provider.sftp with type arguments of type CapabilityModifier and TypeMethodDescriptionprotected voidSftpFileSystem.addCapabilities(Collection<Capability> caps) Adds the capabilities of this file system.
- 
Uses of Capability in org.apache.commons.vfs2.provider.tarFields in org.apache.commons.vfs2.provider.tar with type parameters of type CapabilityModifier and TypeFieldDescriptionprotected static final Collection<Capability> TarFileProvider.capabilitiesThe provider's capabilitiesprotected static final Collection<Capability> Tbz2FileProvider.capabilitiesThe provider's capabilitiesprotected static final Collection<Capability> TgzFileProvider.capabilitiesThe provider's capabilitiesMethods in org.apache.commons.vfs2.provider.tar that return types with arguments of type CapabilityModifier and TypeMethodDescriptionTarFileProvider.getCapabilities()Tbz2FileProvider.getCapabilities()TgzFileProvider.getCapabilities()Method parameters in org.apache.commons.vfs2.provider.tar with type arguments of type CapabilityModifier and TypeMethodDescriptionprotected voidTarFileSystem.addCapabilities(Collection<Capability> caps) Returns the capabilities of this file system.
- 
Uses of Capability in org.apache.commons.vfs2.provider.tempMethods in org.apache.commons.vfs2.provider.temp that return types with arguments of type Capability
- 
Uses of Capability in org.apache.commons.vfs2.provider.urlFields in org.apache.commons.vfs2.provider.url with type parameters of type CapabilityModifier and TypeFieldDescriptionprotected static final Collection<Capability> UrlFileProvider.capabilitiesThe provider's capabilitiesMethods in org.apache.commons.vfs2.provider.url that return types with arguments of type CapabilityMethod parameters in org.apache.commons.vfs2.provider.url with type arguments of type CapabilityModifier and TypeMethodDescriptionprotected voidUrlFileSystem.addCapabilities(Collection<Capability> caps) Returns the capabilities of this file system.
- 
Uses of Capability in org.apache.commons.vfs2.provider.zipFields in org.apache.commons.vfs2.provider.zip with type parameters of type CapabilityModifier and TypeFieldDescriptionprotected static final Collection<Capability> ZipFileProvider.capabilitiesThe list of capabilities this provider supportsMethods in org.apache.commons.vfs2.provider.zip that return types with arguments of type CapabilityMethod parameters in org.apache.commons.vfs2.provider.zip with type arguments of type CapabilityModifier and TypeMethodDescriptionprotected voidZipFileSystem.addCapabilities(Collection<Capability> caps) Returns the capabilities of this file system.