public class FileProcessConfig extends Object
| Constructor and Description |
|---|
FileProcessConfig(String lineSeparator,
int bufferSize,
boolean force,
boolean skipMerge,
boolean skipMinify) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBufferSize() |
String |
getLineSeparator() |
boolean |
isForce() |
boolean |
isSkipMerge() |
boolean |
isSkipMinify() |
public FileProcessConfig(String lineSeparator, int bufferSize, boolean force, boolean skipMerge, boolean skipMinify)
public boolean isSkipMerge()
public boolean isSkipMinify()
public boolean isForce()
public int getBufferSize()
public String getLineSeparator()
Copyright © 2009–2018 Andre Wachsmuth. All rights reserved.