public class ProcessResult extends Object
| Constructor and Description |
|---|
ProcessResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReplace() |
boolean |
isComment() |
void |
setComment(boolean comment)
sets if the replace string must be added as a comment
|
void |
setReplace(String replace)
sets the string that will replace the line passed to the LinePreProcessor
|
public String getReplace()
public void setReplace(String replace)
replace - the replace stringpublic boolean isComment()
public void setComment(boolean comment)
comment -