com.izforge.izpress
Class CompressorConfig

java.lang.Object
  extended by 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

Field Summary
 boolean wipeBorders
           
 boolean wipeComments
           
 boolean wipeReturns
           
 boolean wipeSpaces
           
 
Constructor Summary
CompressorConfig(boolean comments, boolean borders, boolean returns, boolean spaces)
          The constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wipeComments

public boolean wipeComments

wipeBorders

public boolean wipeBorders

wipeReturns

public boolean wipeReturns

wipeSpaces

public boolean wipeSpaces
Constructor Detail

CompressorConfig

public CompressorConfig(boolean comments,
                        boolean borders,
                        boolean returns,
                        boolean spaces)
The constructor.