Package gov.nasa.pds.tools.validate
Interface ValidateProblemHandler
- All Superinterfaces:
ProblemHandler
public interface ValidateProblemHandler extends ProblemHandler
Defines an interface for handling exceptions during label validation.
-
Method Summary
Modifier and Type Method 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.Methods inherited from interface gov.nasa.pds.tools.validate.ProblemHandler
addProblem
-
Method Details
-
addLocation
Adds a location to the listener.- Parameters:
location
- the location of the label being validated.
-
printHeader
Adds a header to the report.- Parameters:
title
- The name of the section to add.
-
record
Records the validation results.- Parameters:
location
- The target file.
-