public class Report extends Object
directory, linesNumber and transactionsFilter.| Modifier and Type | Field and Description |
|---|---|
private boolean |
creationOfSelfDocumentation
When this field is 'true', then a special behavior will be applied.
|
private File |
directory
Where all reports will be placed.
|
private int |
linesNumber
A total number of lines in all log files.
|
private List<String> |
transactionsFilter
If this list is empty, all transactions will be parsed.
|
| Constructor and Description |
|---|
Report()
Initializes all lists.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getDirectory() |
int |
getLinesNumber() |
List<String> |
getTransactionsFilter() |
boolean |
isCreationOfSelfDocumentation() |
void |
setCreationOfSelfDocumentation(boolean creationOfSelfDocumentation) |
void |
setDirectory(File directory) |
void |
setLinesNumber(int linesNumber) |
void |
setTransactionsFilter(List<String> transactionsFilter) |
String |
toString() |
private List<String> transactionsFilter
private int linesNumber
private boolean creationOfSelfDocumentation
public Report()
public File getDirectory()
directory field value.public void setDirectory(File directory)
directory - see the directory fieldpublic List<String> getTransactionsFilter()
transactionsFilter field value.public void setTransactionsFilter(List<String> transactionsFilter)
transactionsFilter - see the transactionsFilter fieldpublic int getLinesNumber()
linesNumber field value.public void setLinesNumber(int linesNumber)
linesNumber - see the linesNumber fieldpublic boolean isCreationOfSelfDocumentation()
creationOfSelfDocumentation field value.public void setCreationOfSelfDocumentation(boolean creationOfSelfDocumentation)
creationOfSelfDocumentation - see the creationOfSelfDocumentation fieldCopyright © 2023. All rights reserved.