Class GenericFileProcessStrategySupport<T>

java.lang.Object
org.apache.camel.support.service.BaseService
org.apache.camel.support.service.ServiceSupport
org.apache.camel.component.file.strategy.GenericFileProcessStrategySupport<T>
All Implemented Interfaces:
AutoCloseable, org.apache.camel.CamelContextAware, GenericFileProcessStrategy<T>, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.spi.HasCamelContext, org.apache.camel.StatefulService, org.apache.camel.SuspendableService
Direct Known Subclasses:
GenericFileDeleteProcessStrategy, GenericFileNoOpProcessStrategy, GenericFileRenameProcessStrategy

public abstract class GenericFileProcessStrategySupport<T> extends org.apache.camel.support.service.ServiceSupport implements GenericFileProcessStrategy<T>, org.apache.camel.CamelContextAware
Base class for implementations of GenericFileProcessStrategy.