public class CommonArguments extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
APHRODITE_CONFIG |
| Constructor and Description |
|---|
CommonArguments() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChecknames() |
String |
getHtmlReportFilename() |
String |
getXmlReportFilename() |
boolean |
isDebug() |
boolean |
isFailOnViolation() |
boolean |
isHelp() |
boolean |
isReportToBz() |
void |
setChecknames(String checknames) |
void |
setDebug(boolean debug) |
void |
setFailOnViolation(boolean isFailOnViolation) |
void |
setHelp(boolean help) |
void |
setHtmlReportFilename(String htmlReportFilename) |
void |
setReportToBz(boolean reportToBz) |
void |
setXmlReportFilename(String xmlReportFilename) |
String |
toString() |
public static final String APHRODITE_CONFIG
public boolean isDebug()
public void setDebug(boolean debug)
public boolean isHelp()
public void setHelp(boolean help)
public String getXmlReportFilename()
public void setXmlReportFilename(String xmlReportFilename)
public String getHtmlReportFilename()
public void setHtmlReportFilename(String htmlReportFilename)
public boolean isReportToBz()
public void setReportToBz(boolean reportToBz)
public boolean isFailOnViolation()
public void setFailOnViolation(boolean isFailOnViolation)
public String getChecknames()
public void setChecknames(String checknames)
Copyright © 2017 JBoss by Red Hat. All rights reserved.