Class TarSplitter
- java.lang.Object
-
- org.apache.camel.dataformat.tarfile.TarSplitter
-
- 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 Constructor Description TarSplitter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
evaluate(org.apache.camel.Exchange exchange)
<T> T
evaluate(org.apache.camel.Exchange exchange, Class<T> type)
-