Package org.alfresco.ftp
Class FTPProperties
- java.lang.Object
-
- org.alfresco.ftp.FTPProperties
-
@Configuration @PropertySource("classpath:default.properties") @PropertySource(value="classpath:${environment}.properties",ignoreResourceNotFound=true) public class FTPProperties extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FTPProperties()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFtpPort()intgetftpTimeout()booleanisPassiveModel()static org.springframework.context.support.PropertySourcesPlaceholderConfigurerpropertySourcesPlaceholderConfigurer()voidsetFtpPort(int ftpPort)voidsetftpTimeout(int timeout)voidsetPassiveModel(boolean passiveModel)
-
-
-
Method Detail
-
propertySourcesPlaceholderConfigurer
@Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertySourcesPlaceholderConfigurer()
-
getFtpPort
public int getFtpPort()
-
setFtpPort
public void setFtpPort(int ftpPort)
-
getftpTimeout
public int getftpTimeout()
-
setftpTimeout
public void setftpTimeout(int timeout)
-
isPassiveModel
public boolean isPassiveModel()
-
setPassiveModel
public void setPassiveModel(boolean passiveModel)
-
-