public class JIPipeIssueReport extends Object
JIPipeValidatable
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeIssueReport.Issue
A validity report message
|
Constructor and Description |
---|
JIPipeIssueReport()
Creates a new report instance
|
Modifier and Type | Method and Description |
---|---|
void |
checkIfWithin(Object source,
double value,
double min,
double max,
boolean includeMin,
boolean includeMax)
Reports as invalid if the value is not within the limits
|
void |
checkNonEmpty(Object value,
Object source)
Reports as invalid if the string value is null or empty
|
void |
checkNonNull(Object value,
Object source)
Reports as invalid if the value is null
|
void |
clearAll()
Clears all the issues in this report and all related reports
|
void |
clearCurrentPath()
Clears issues of the current path
|
Multimap<String,JIPipeIssueReport.Issue> |
getIssues()
Gets the map of all issues
|
String |
getPath()
Gets the current path (formatted)
|
List<String> |
getPathComponents()
Gets the current path components
|
boolean |
isInvalid()
Returns true if there is at least one issue
|
boolean |
isValid()
Returns true if there are no issues
|
void |
print()
Prints messages to the standard error
|
void |
report(JIPipeIssueReport.Issue issue)
Reports an issue
|
void |
report(JIPipeValidatable validatable)
Reports a
JIPipeValidatable into this report |
void |
reportIsInvalid(String what,
String why,
String how,
Object source)
Reports that this report is invalid
|
JIPipeIssueReport |
resolve(String pathComponent)
Returns a report for the specified category
|
public void clearAll()
public void clearCurrentPath()
public Multimap<String,JIPipeIssueReport.Issue> getIssues()
public boolean isValid()
public boolean isInvalid()
public List<String> getPathComponents()
public String getPath()
public JIPipeIssueReport resolve(String pathComponent)
pathComponent
- the categorypublic void report(JIPipeIssueReport.Issue issue)
issue
- the issuepublic void report(JIPipeValidatable validatable)
JIPipeValidatable
into this reportvalidatable
- the validatablepublic void reportIsInvalid(String what, String why, String how, Object source)
what
- explanation what happenedwhy
- explanation why it happenedhow
- explanation how to solve the issuesource
- the source that triggers the check. passed to detailspublic void checkIfWithin(Object source, double value, double min, double max, boolean includeMin, boolean includeMax)
source
- the source that triggers the check. passed to detailsvalue
- the valuemin
- interval startmax
- interval endincludeMin
- if the interval start is includedincludeMax
- if the interval end is includedpublic void checkNonNull(Object value, Object source)
value
- the valuesource
- the source that triggers the check. passed to detailspublic void checkNonEmpty(Object value, Object source)
value
- the valuesource
- the source that triggers the check. passed to detailspublic void print()
Copyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.