Uses of Enum
com.sshtools.common.sftp.extensions.SupportedSftpExtensions
Packages that use SupportedSftpExtensions
-
Uses of SupportedSftpExtensions in com.sshtools.common.sftp.extensions
Methods in com.sshtools.common.sftp.extensions that return SupportedSftpExtensionsModifier 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[]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.Constructors in com.sshtools.common.sftp.extensions with parameters of type SupportedSftpExtensionsModifierConstructorDescriptionDefaultSftpExtensionFactory(SupportedSftpExtensions... supportedExtensions) Deprecated, for removal: This API element is subject to removal in a future version.