com.izforge.izpress
Class CompressorConfig
java.lang.Object
com.izforge.izpress.CompressorConfig
- public class CompressorConfig
- extends java.lang.Object
The IzPress compressor configuration class. It actually tells the compressor the jobs it must do.
- Version:
- 1.1
- Author:
- Julien Ponge
Constructor Summary |
CompressorConfig(boolean comments,
boolean borders,
boolean returns,
boolean spaces)
The constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wipeComments
public boolean wipeComments
wipeBorders
public boolean wipeBorders
wipeReturns
public boolean wipeReturns
wipeSpaces
public boolean wipeSpaces
CompressorConfig
public CompressorConfig(boolean comments,
boolean borders,
boolean returns,
boolean spaces)
- The constructor.