Package org.openehealth.ipf.platform.camel.core.process.splitter.support
package org.openehealth.ipf.platform.camel.core.process.splitter.support
-
ClassDescriptionInterface for usage with
TextFileIterator
Provides a method to the iterator that defines how to further split individual lines in a text file.ALineSplitterLogic
that simply returns the text line without further splittingSplit logic for use with theTextFileIterator
that splits read lines using a regex similar toString.split(String)
.String-based iterator class that reads a file line by line This class can be used within a split rule expression to extract each line of a given file and generate a new exchange via theSplitter
.