Class FileParserUtils

java.lang.Object
org.springframework.integration.file.config.FileParserUtils

public final class FileParserUtils
extends java.lang.Object
Since:
3.0
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String FILTER_ATTRIBUTE  
  • Method Summary

    Modifier and Type Method Description
    static org.springframework.beans.factory.config.BeanDefinition parseRemoteFileTemplate​(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext, boolean atLeastOneRemoteDirectoryAttributeRequired, java.lang.Class<? extends RemoteFileOperations<?>> templateClass)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • parseRemoteFileTemplate

      public static org.springframework.beans.factory.config.BeanDefinition parseRemoteFileTemplate​(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext, boolean atLeastOneRemoteDirectoryAttributeRequired, java.lang.Class<? extends RemoteFileOperations<?>> templateClass)