Enum SupportedSftpExtensions

java.lang.Object
java.lang.Enum<SupportedSftpExtensions>
com.sshtools.common.sftp.extensions.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.
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    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.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    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.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • MD5_FILE_HASH

      public static final SupportedSftpExtensions MD5_FILE_HASH
      Deprecated, for removal: This API element is subject to removal in a future version.
    • POSIX_RENAME

      public static final SupportedSftpExtensions POSIX_RENAME
      Deprecated, for removal: This API element is subject to removal in a future version.
    • COPY_FILE

      public static final SupportedSftpExtensions COPY_FILE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • OPEN_DIRECTORY_WITH_FILTER

      public static final SupportedSftpExtensions OPEN_DIRECTORY_WITH_FILTER
      Deprecated, for removal: This API element is subject to removal in a future version.
    • COPY_DATA

      public static final SupportedSftpExtensions COPY_DATA
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CHECK_FILE_NAME

      public static final SupportedSftpExtensions CHECK_FILE_NAME
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CHECK_FILE_HANDLE

      public static final SupportedSftpExtensions CHECK_FILE_HANDLE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • CREATE_MULTIPART_FILE

      public static final SupportedSftpExtensions CREATE_MULTIPART_FILE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • OPEN_PART_FILE

      public static final SupportedSftpExtensions OPEN_PART_FILE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • STATVFS

      public static final SupportedSftpExtensions STATVFS
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • values

      public 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.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static SupportedSftpExtensions valueOf(String name)
      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 name
      NullPointerException - if the argument is null