Class FtpSessionFactoryProperties
java.lang.Object
org.springframework.cloud.fn.common.ftp.FtpSessionFactoryProperties
@ConfigurationProperties("ftp.factory")
@Validated
public class FtpSessionFactoryProperties
extends Object
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotBlank String
getHost()
@org.hibernate.validator.constraints.Range(min=0L, max=65535L) int
getPort()
@NotBlank String
void
setCacheSessions
(Boolean cacheSessions) void
setClientMode
(FtpSessionFactoryProperties.ClientMode clientMode) void
void
setPassword
(String password) void
setPort
(int port) void
setUsername
(String username)
-
Constructor Details
-
FtpSessionFactoryProperties
public FtpSessionFactoryProperties()
-
-
Method Details
-
getPort
@Range(min=0L, max=65535L) public @org.hibernate.validator.constraints.Range(min=0L, max=65535L) int getPort() -
setPort
public void setPort(int port) -
getClientMode
-
setClientMode
-
getHost
-
setHost
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getCacheSessions
-
setCacheSessions
-