public class DefaultSftpExtensionFactory extends Object implements SftpExtensionFactory
| Constructor and Description |
|---|
DefaultSftpExtensionFactory() |
DefaultSftpExtensionFactory(SupportedSftpExtensions... supportedExtensions) |
| Modifier and Type | Method and Description |
|---|---|
SftpExtension |
getExtension(String requestName) |
Collection<SftpExtension> |
getExtensions() |
Set<String> |
getSupportedExtensions() |
public DefaultSftpExtensionFactory()
public DefaultSftpExtensionFactory(SupportedSftpExtensions... supportedExtensions)
public SftpExtension getExtension(String requestName)
getExtension in interface SftpExtensionFactorypublic Set<String> getSupportedExtensions()
getSupportedExtensions in interface SftpExtensionFactorypublic Collection<SftpExtension> getExtensions()
getExtensions in interface SftpExtensionFactoryCopyright © 2025. All rights reserved.