public class Substitution extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
replace |
protected String |
replaceWith |
protected String |
type |
| Constructor and Description |
|---|
Substitution() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReplace() |
String |
getReplaceWith() |
String |
getType() |
void |
setReplace(String replace) |
void |
setReplaceWith(String replaceWith) |
void |
setType(String type) |
String |
substitute(String line) |
protected String type
protected String replace
protected String replaceWith
Copyright © 2005–2020 NAR Maven Plugin developers. All rights reserved.