Enum SupportedSftpExtensions
- All Implemented Interfaces:
Serializable,Comparable<SupportedSftpExtensions>,java.lang.constant.Constable
@Deprecated(since="3.1.0",
forRemoval=true)
public enum SupportedSftpExtensions
extends Enum<SupportedSftpExtensions>
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated. Use
SftpExtensionLoaderFactory and BasicSftpExtensionFactory.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic SupportedSftpExtensionsDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name.static SupportedSftpExtensions[]values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
MD5_FILE_HASH
Deprecated, for removal: This API element is subject to removal in a future version. -
POSIX_RENAME
Deprecated, for removal: This API element is subject to removal in a future version. -
COPY_FILE
Deprecated, for removal: This API element is subject to removal in a future version. -
OPEN_DIRECTORY_WITH_FILTER
Deprecated, for removal: This API element is subject to removal in a future version. -
COPY_DATA
Deprecated, for removal: This API element is subject to removal in a future version. -
CHECK_FILE_NAME
Deprecated, for removal: This API element is subject to removal in a future version. -
CHECK_FILE_HANDLE
Deprecated, for removal: This API element is subject to removal in a future version. -
CREATE_MULTIPART_FILE
Deprecated, for removal: This API element is subject to removal in a future version. -
OPEN_PART_FILE
Deprecated, for removal: This API element is subject to removal in a future version. -
HARDLINK
Deprecated, for removal: This API element is subject to removal in a future version. -
STATVFS
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
values
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-