Class SplitConfig

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 a Element representing this SplitConfig (to be used in *.chp metadata files).

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • toElement

      public abstract org.w3c.dom.Element toElement​(org.w3c.dom.Document doc)
      Create a Element representing this SplitConfig (to be used in *.chp metadata files).
      Parameters:
      doc - The Document the Element should be created in.
      Returns:
      The created Element.
      See Also:
      ChopJob, StitchJob