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
.
-
-
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
-
-
Method Details
-
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
-
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