Uses of Class
org.springframework.integration.smb.dsl.SmbInboundChannelAdapterSpec
Package
Description
Provides SMB Components for the Java DSL.
-
Uses of SmbInboundChannelAdapterSpec in org.springframework.integration.smb.dsl
Modifier and TypeMethodDescriptionstatic SmbInboundChannelAdapterSpec
Smb.inboundAdapter
(SessionFactory<jcifs.smb.SmbFile> sessionFactory) ASmbInboundChannelAdapterSpec
factory for an inbound channel adapter spec.static SmbInboundChannelAdapterSpec
Smb.inboundAdapter
(SessionFactory<jcifs.smb.SmbFile> sessionFactory, Comparator<File> receptionOrderComparator) ASmbInboundChannelAdapterSpec
factory for an inbound channel adapter spec.SmbInboundChannelAdapterSpec.patternFilter
(String pattern) Specify a simple pattern to match remote files.SmbInboundChannelAdapterSpec.regexFilter
(String regex) Specify a regular expression to match remote files.