public class Script extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
compile |
protected boolean |
echoLines |
protected List<String> |
footers |
protected List<String> |
headers |
protected String |
id |
protected boolean |
link |
protected String |
mode |
protected String |
scriptType |
protected List<Substitution> |
substitutions |
protected boolean |
testCompile |
protected boolean |
testLink |
| Constructor and Description |
|---|
Script() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtension() |
List<String> |
getFooters() |
List<String> |
getHeaders() |
String |
getId() |
String |
getMode() |
String |
getScriptType() |
List<Substitution> |
getSubstitutions() |
boolean |
isCompile() |
boolean |
isEchoLines() |
boolean |
isLink() |
boolean |
isTestCompile() |
boolean |
isTestLink() |
void |
setCompile(boolean compile) |
void |
setEchoLines(boolean echoLines) |
void |
setFooters(List<String> footers) |
void |
setHeaders(List<String> headers) |
void |
setId(String id) |
void |
setLink(boolean link) |
void |
setMode(String mode) |
void |
setScriptType(String scriptType) |
void |
setSubstitutions(List<Substitution> substitutions) |
void |
setTestCompile(boolean testCompile) |
void |
setTestLink(boolean testLink) |
protected String id
protected String scriptType
protected String mode
protected boolean compile
protected boolean link
protected boolean testCompile
protected boolean testLink
protected boolean echoLines
protected List<Substitution> substitutions
public String getId()
public void setId(String id)
public String getScriptType()
public void setScriptType(String scriptType)
public String getMode()
public void setMode(String mode)
public boolean isCompile()
public void setCompile(boolean compile)
public boolean isLink()
public void setLink(boolean link)
public boolean isTestCompile()
public void setTestCompile(boolean testCompile)
public boolean isTestLink()
public void setTestLink(boolean testLink)
public boolean isEchoLines()
public void setEchoLines(boolean echoLines)
public List<Substitution> getSubstitutions()
public void setSubstitutions(List<Substitution> substitutions)
public String getExtension() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionCopyright © 2005–2020 NAR Maven Plugin developers. All rights reserved.