public class JIPipeValidationReport extends ArrayList<JIPipeValidationReportEntry>
JIPipeValidatable
modCount
Constructor and Description |
---|
JIPipeValidationReport()
Creates a new report instance
|
Modifier and Type | Method and Description |
---|---|
int |
getNumberOf(JIPipeValidationReportEntryLevel level) |
boolean |
isValid() |
void |
print()
Prints messages to the standard error
|
void |
report(JIPipeValidationReportContext context,
JIPipeValidatable validatable)
Reports a
JIPipeValidatable into this report |
void |
report(JIPipeValidationReportEntry issue)
Reports an issue
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public JIPipeValidationReport()
public int getNumberOf(JIPipeValidationReportEntryLevel level)
public void report(JIPipeValidationReportEntry issue)
issue
- the issuepublic void report(JIPipeValidationReportContext context, JIPipeValidatable validatable)
JIPipeValidatable
into this reportcontext
- the contextvalidatable
- the validatablepublic void print()
public boolean isValid()
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.