Modifier and Type | Method and Description |
---|---|
static Capability |
Capability.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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Capability> |
FileSystemManager.getProviderCapabilities(java.lang.String scheme)
Get the capabilities for a given scheme.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FileSystem.hasCapability(Capability capability)
Determines if this file system has a particular capability.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Capability> |
DefaultFileSystemManager.getProviderCapabilities(java.lang.String scheme)
Get the capabilities for a given scheme.
|
Modifier and Type | Method and Description |
---|---|
protected void |
VirtualFileSystem.addCapabilities(java.util.Collection<Capability> caps)
Adds the capabilities of this file system.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<Capability> |
AbstractFileSystem.caps |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Capability> |
FileProvider.getCapabilities()
Get the filesystem capabilities.
These are the same as on the filesystem, but available before the first filesystem was instanciated. |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractFileSystem.hasCapability(Capability capability)
Determines if this file system has a particular capability.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractFileSystem.addCapabilities(java.util.Collection<Capability> caps)
Adds the capabilities of this file system.
|
Modifier and Type | Field and Description |
---|---|
protected static java.util.Collection<Capability> |
Bzip2FileProvider.capabilities
The provider's capabilities
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Capability> |
Bzip2FileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
Bzip2FileSystem.addCapabilities(java.util.Collection<Capability> caps) |
Modifier and Type | Method and Description |
---|---|
abstract java.util.Collection<Capability> |
CompressedFileFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
CompressedFileFileSystem.addCapabilities(java.util.Collection<Capability> caps)
Returns the capabilities of this file system.
|
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.Collection<Capability> |
FtpFileProvider.capabilities |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Capability> |
FtpFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
FtpFileSystem.addCapabilities(java.util.Collection<Capability> caps)
Adds the capabilities of this file system.
|
Modifier and Type | Field and Description |
---|---|
protected static java.util.Collection<Capability> |
GzipFileProvider.capabilities
Capabilities.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Capability> |
GzipFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
GzipFileSystem.addCapabilities(java.util.Collection<Capability> caps) |
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.Collection<Capability> |
HttpFileProvider.capabilities |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Capability> |
HttpFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpFileSystem.addCapabilities(java.util.Collection<Capability> caps)
Adds the capabilities of this file system.
|
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.Collection<Capability> |
JarFileProvider.capabilities |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Capability> |
JarFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
JarFileSystem.addCapabilities(java.util.Collection<Capability> caps)
Returns the capabilities of this file system.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Collection<Capability> |
DefaultLocalFileProvider.capabilities
The provider's capabilities.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Capability> |
DefaultLocalFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
LocalFileSystem.addCapabilities(java.util.Collection<Capability> caps)
Returns the capabilities of this file system.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Collection<Capability> |
RamFileProvider.capabilities
The provider's capabilities.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Capability> |
RamFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
RamFileSystem.addCapabilities(java.util.Collection<Capability> caps) |
Modifier and Type | Field and Description |
---|---|
protected static java.util.Collection<Capability> |
ResourceFileProvider.capabilities
The provider's capabilities
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Capability> |
ResourceFileProvider.getCapabilities() |
Modifier and Type | Field and Description |
---|---|
protected static java.util.Collection<Capability> |
Tbz2FileProvider.capabilities
The provider's capabilities
|
protected static java.util.Collection<Capability> |
TgzFileProvider.capabilities
The provider's capabilities
|
protected static java.util.Collection<Capability> |
TarFileProvider.capabilities
The provider's capabilities
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Capability> |
Tbz2FileProvider.getCapabilities() |
java.util.Collection<Capability> |
TgzFileProvider.getCapabilities() |
java.util.Collection<Capability> |
TarFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
TarFileSystem.addCapabilities(java.util.Collection<Capability> caps)
Returns the capabilities of this file system.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Capability> |
TemporaryFileProvider.getCapabilities() |
Modifier and Type | Field and Description |
---|---|
protected static java.util.Collection<Capability> |
UrlFileProvider.capabilities
The provider's capabilities
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Capability> |
UrlFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
UrlFileSystem.addCapabilities(java.util.Collection<Capability> caps)
Returns the capabilities of this file system.
|
Modifier and Type | Field and Description |
---|---|
protected static java.util.Collection<Capability> |
ZipFileProvider.capabilities
The list of capabilities this provider supports
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Capability> |
ZipFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
ZipFileSystem.addCapabilities(java.util.Collection<Capability> caps)
Returns the capabilities of this file system.
|