public class ReporterParameter extends Object
<reporter>
<name>...</name>
<fileOutput>...</fileOutput>
<consoleOutput>...</consoleOutput>
</reporter>
| Constructor and Description |
|---|
ReporterParameter()
Creates a new reporter parameter.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getConsoleOutput()
Returns the console output option.
|
String |
getFileOutput()
Returns reporter output file.
|
String |
getName()
Returns the reporter name.
|
Boolean |
isConsoleOutput()
Returns whether the console output should be enabled or not.
|
boolean |
isFileOutput()
Returns whether the file output is enabled or not.
|
void |
setConsoleOutput(boolean consoleOutput)
Sets the console output option.
|
void |
setFileOutput(String fileOutput)
Sets the output file.
|
void |
setName(String name)
Sets the reporter name.
|
public String getName()
public void setName(String name)
name - the reporter namepublic String getFileOutput()
public boolean isFileOutput()
public void setFileOutput(String fileOutput)
fileOutput - the output file namepublic Boolean getConsoleOutput()
public Boolean isConsoleOutput()
public void setConsoleOutput(boolean consoleOutput)
consoleOutput - the console output optionCopyright © 2021. All rights reserved.