Package gov.nasa.pds.tools.validate
Class TargetWithErrors
- java.lang.Object
-
- gov.nasa.pds.tools.validate.TargetWithErrors
-
public class TargetWithErrors extends Object
-
-
Constructor Summary
Constructors Constructor Description TargetWithErrors(ValidationTarget target, ProblemListener listener)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocation()
Collection<ValidationProblem>
getProblems()
-
-
-
Constructor Detail
-
TargetWithErrors
public TargetWithErrors(ValidationTarget target, ProblemListener listener)
-
-
Method Detail
-
getLocation
public String getLocation()
-
getProblems
public Collection<ValidationProblem> getProblems()
-
-