Package io.github.scarecraw22.utils.sftp
Interface SftpConfig
-
public interface SftpConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHost()StringgetPassword()IntegergetPort()PropertiesgetSshProperties()StringgetUsername()
-
-
-
Method Detail
-
getHost
String getHost()
-
getPort
Integer getPort()
-
getUsername
String getUsername()
-
getPassword
String getPassword()
-
getSshProperties
Properties getSshProperties()
-
-