Spring Integration AWS Support
A B C D E F G H I L M O P R S U V W 

I

InboundFileSynchronizationImpl - Class in org.springframework.integration.aws.s3
The implementation for InboundFileSynchronizer, this implementation will use the AmazonS3Operations to list the objects in the remote bucket on invocation of the InboundFileSynchronizationImpl.synchronizeToLocalDirectory(File, String, String).
InboundFileSynchronizationImpl(AmazonS3Operations, InboundLocalFileOperations) - Constructor for class org.springframework.integration.aws.s3.InboundFileSynchronizationImpl
 
InboundFileSynchronizer - Interface in org.springframework.integration.aws.s3
The strategy interface for synchronizion the remote file system with local directory
InboundLocalFileOperations - Interface in org.springframework.integration.aws.s3
Interface for performing File Operations on local file system.
InboundLocalFileOperationsImpl - Class in org.springframework.integration.aws.s3
The Implementation class for the InboundLocalFileOperations
InboundLocalFileOperationsImpl() - Constructor for class org.springframework.integration.aws.s3.InboundLocalFileOperationsImpl
 
init() - Method in class org.springframework.integration.aws.config.xml.AWSNamespaceHandler
 
init() - Method in class org.springframework.integration.aws.s3.core.AbstractAmazonS3Operations
The subclass needs to override this method if it desires to perform any initializing of the class
init() - Method in class org.springframework.integration.aws.s3.core.DefaultAmazonS3Operations
 
InvalidAWSCredentialsException - Exception in org.springframework.integration.aws.core
Thrown when AWS Credentials provided by the user are incomplete or invalid
InvalidAWSCredentialsException() - Constructor for exception org.springframework.integration.aws.core.InvalidAWSCredentialsException
 
InvalidAWSCredentialsException(String, Throwable) - Constructor for exception org.springframework.integration.aws.core.InvalidAWSCredentialsException
 
InvalidAWSCredentialsException(String) - Constructor for exception org.springframework.integration.aws.core.InvalidAWSCredentialsException
 
InvalidAWSCredentialsException(Throwable) - Constructor for exception org.springframework.integration.aws.core.InvalidAWSCredentialsException
 
isAcceptSubFolders() - Method in class org.springframework.integration.aws.s3.AbstractFileNameFilter
Checks the flag if the sub folders are to be accepted or not.
isCreateDirectoriesIfRequired() - Method in class org.springframework.integration.aws.s3.InboundLocalFileOperationsImpl
Returns true if create directories if required flag is set to true
isFileNameAccepted(String) - Method in class org.springframework.integration.aws.s3.AbstractFileNameFilter
 
isFileNameAccepted(String) - Method in class org.springframework.integration.aws.s3.AlwaysTrueFileNamefilter
 
isFileNameAccepted(String) - Method in class org.springframework.integration.aws.s3.RegexFileNameFilter
 
isFileNameAccepted(String) - Method in class org.springframework.integration.aws.s3.WildcardFileNameFilter
 
A B C D E F G H I L M O P R S U V W 
Spring Integration AWS Support