- All Implemented Interfaces:
org.apache.camel.Expression
public class TarSplitter
extends Object
implements org.apache.camel.Expression
TarSplitter the expression builder which can be used after the splitter Based on the ZipSplitter from camel-zipfile
component
-
Constructor Summary
Constructors
-
Method Summary
evaluate(org.apache.camel.Exchange exchange)
<T> T
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.Expression
init
-
Constructor Details
-
TarSplitter
public TarSplitter()
-
Method Details
-
evaluate
public Object evaluate(org.apache.camel.Exchange exchange)
-
evaluate
public <T> T evaluate(org.apache.camel.Exchange exchange,
Class<T> type)
- Specified by:
evaluate in interface org.apache.camel.Expression