Class FTPProperties


  • @Configuration
    @PropertySource("classpath:default.properties") @PropertySource(value="classpath:${environment}.properties",ignoreResourceNotFound=true)
    public class FTPProperties
    extends java.lang.Object
    • Constructor Detail

      • FTPProperties

        public FTPProperties()
    • 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)