java.lang.Object
eu.steffo.cleaver.logic.config.DeflateConfig
- All Implemented Interfaces:
ICompressConfig
,IConfig
public class DeflateConfig extends Object implements ICompressConfig
A
ICompressConfig
requesting a compression with the Deflate algorithm.-
Constructor Summary
Constructors Constructor Description DeflateConfig()
-
Method Summary
Modifier and Type Method Description String
toString()
Get the string representation of the step, to be displayed in the Operations column of theJobsTablePanel
.
-
Constructor Details
-
DeflateConfig
public DeflateConfig()
-
-
Method Details