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