Class CompressConfig

java.lang.Object
eu.steffo.cleaver.logic.compress.CompressConfig

public class CompressConfig
extends java.lang.Object
A class containing the configuration for the compression step of a Job.
  • Constructor Summary

    Constructors 
    Constructor Description
    CompressConfig()  
  • Method Summary

    Modifier and Type Method Description
    org.w3c.dom.Element toElement​(org.w3c.dom.Document doc)
    Create a Element representing this CompressConfig (to be used in *.chp metadata files).
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • toElement

      public org.w3c.dom.Element toElement​(org.w3c.dom.Document doc)
      Create a Element representing this CompressConfig (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