public interface ValidateProblemHandler extends ProblemHandler
Modifier and Type | Method and Description |
---|---|
void |
addLocation(String location)
Adds a location to the listener.
|
void |
printHeader(String title)
Adds a header to the report.
|
void |
record(String location)
Records the validation results.
|
addProblem
void addLocation(String location)
location
- the location of the label being validated.void printHeader(String title)
title
- The name of the section to add.void record(String location)
location
- The target file.Copyright © 2010–2018 Planetary Data System. All rights reserved.