java.lang.Object
eu.steffo.cleaver.logic.split.SplitConfig
- Direct Known Subclasses:
SplitByPartsConfig
,SplitBySizeConfig
public abstract class SplitConfig
extends java.lang.Object
A class containing the configuration for the split/merge step of a
Job
.-
Constructor Summary
Constructors Constructor Description SplitConfig()
-
Method Summary
Modifier and Type Method Description abstract org.w3c.dom.Element
toElement(org.w3c.dom.Document doc)
Create aElement
representing this SplitConfig (to be used in *.chp metadata files).
-
Constructor Details
-
SplitConfig
public SplitConfig()
-
-
Method Details