public class CompressorConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
wipeBorders |
boolean |
wipeComments |
boolean |
wipeReturns |
boolean |
wipeSpaces |
| Constructor and Description |
|---|
CompressorConfig(boolean comments,
boolean borders,
boolean returns,
boolean spaces)
The constructor.
|