Modifier and Type | Method and Description |
---|---|
static Capability |
Capability.valueOf(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 |
---|---|
Collection<Capability> |
FileSystemManager.getProviderCapabilities(String scheme)
Gets 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 |
---|---|
Collection<Capability> |
DefaultFileSystemManager.getProviderCapabilities(String scheme)
Get the capabilities for a given scheme.
|
Modifier and Type | Method and Description |
---|---|
protected void |
VirtualFileSystem.addCapabilities(Collection<Capability> caps)
Adds the capabilities of this file system.
|
Modifier and Type | Method and Description |
---|---|
Collection<Capability> |
FileProvider.getCapabilities()
Gets the file system capabilities.
|
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(Collection<Capability> caps)
Adds the capabilities of this file system.
|
Modifier and Type | Field and Description |
---|---|
protected static Collection<Capability> |
Bzip2FileProvider.capabilities
The provider's capabilities
|
Modifier and Type | Method and Description |
---|---|
Collection<Capability> |
Bzip2FileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
Bzip2FileSystem.addCapabilities(Collection<Capability> caps) |
Modifier and Type | Method and Description |
---|---|
abstract Collection<Capability> |
CompressedFileFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
CompressedFileFileSystem.addCapabilities(Collection<Capability> caps)
Returns the capabilities of this file system.
|
Modifier and Type | Method and Description |
---|---|
Collection<Capability> |
FtpFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
FtpFileSystem.addCapabilities(Collection<Capability> caps)
Adds the capabilities of this file system.
|
Modifier and Type | Field and Description |
---|---|
protected static Collection<Capability> |
GzipFileProvider.capabilities
Capabilities.
|
Modifier and Type | Method and Description |
---|---|
Collection<Capability> |
GzipFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
GzipFileSystem.addCapabilities(Collection<Capability> caps) |
Modifier and Type | Method and Description |
---|---|
Collection<Capability> |
HdfsFileProvider.getCapabilities()
Gets Capabilities of HdfsFileSystem.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HdfsFileSystem.addCapabilities(Collection<Capability> capabilities) |
Modifier and Type | Method and Description |
---|---|
Collection<Capability> |
HttpFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpFileSystem.addCapabilities(Collection<Capability> caps)
Adds the capabilities of this file system.
|
Modifier and Type | Method and Description |
---|---|
Collection<Capability> |
Http4FileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
Http4FileSystem.addCapabilities(Collection<Capability> caps) |
Modifier and Type | Method and Description |
---|---|
Collection<Capability> |
Http5FileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
Http5FileSystem.addCapabilities(Collection<Capability> caps) |
Modifier and Type | Method and Description |
---|---|
Collection<Capability> |
JarFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
JarFileSystem.addCapabilities(Collection<Capability> caps)
Returns the capabilities of this file system.
|
Modifier and Type | Field and Description |
---|---|
static Collection<Capability> |
DefaultLocalFileProvider.capabilities
The provider's capabilities.
|
Modifier and Type | Method and Description |
---|---|
Collection<Capability> |
DefaultLocalFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
LocalFileSystem.addCapabilities(Collection<Capability> caps)
Returns the capabilities of this file system.
|
Modifier and Type | Field and Description |
---|---|
static Collection<Capability> |
RamFileProvider.capabilities
The provider's capabilities.
|
Modifier and Type | Method and Description |
---|---|
Collection<Capability> |
RamFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
RamFileSystem.addCapabilities(Collection<Capability> caps) |
Modifier and Type | Field and Description |
---|---|
protected static Collection<Capability> |
ResourceFileProvider.capabilities
The provider's capabilities
|
Modifier and Type | Method and Description |
---|---|
Collection<Capability> |
ResourceFileProvider.getCapabilities() |
Modifier and Type | Field and Description |
---|---|
protected static Collection<Capability> |
SftpFileProvider.capabilities
The provider's capabilities.
|
Modifier and Type | Method and Description |
---|---|
Collection<Capability> |
SftpFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
SftpFileSystem.addCapabilities(Collection<Capability> caps)
Adds the capabilities of this file system.
|
Modifier and Type | Field and Description |
---|---|
protected static Collection<Capability> |
Tbz2FileProvider.capabilities
The provider's capabilities
|
protected static Collection<Capability> |
TgzFileProvider.capabilities
The provider's capabilities
|
protected static Collection<Capability> |
TarFileProvider.capabilities
The provider's capabilities
|
Modifier and Type | Method and Description |
---|---|
Collection<Capability> |
Tbz2FileProvider.getCapabilities() |
Collection<Capability> |
TgzFileProvider.getCapabilities() |
Collection<Capability> |
TarFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
TarFileSystem.addCapabilities(Collection<Capability> caps)
Returns the capabilities of this file system.
|
Modifier and Type | Method and Description |
---|---|
Collection<Capability> |
TemporaryFileProvider.getCapabilities() |
Modifier and Type | Field and Description |
---|---|
protected static Collection<Capability> |
UrlFileProvider.capabilities
The provider's capabilities
|
Modifier and Type | Method and Description |
---|---|
Collection<Capability> |
UrlFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
UrlFileSystem.addCapabilities(Collection<Capability> caps)
Returns the capabilities of this file system.
|
Modifier and Type | Field and Description |
---|---|
protected static Collection<Capability> |
ZipFileProvider.capabilities
The list of capabilities this provider supports
|
Modifier and Type | Method and Description |
---|---|
Collection<Capability> |
ZipFileProvider.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
protected void |
ZipFileSystem.addCapabilities(Collection<Capability> caps)
Returns the capabilities of this file system.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.