public interface OutputMetric
It's a marker interface. The interface must be implemented by a format class in the format model library (as junit-model.jar or tusar-model.jar)
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getKey() |
String |
getVersion() |
String[] |
getXsdNameList() |
List<ValidationError> |
validate(File inputXML) |
String getKey()
String getDescription()
String getVersion()
String[] getXsdNameList()
List<ValidationError> validate(File inputXML) throws ValidationException
ValidationExceptionCopyright © 2004–2020. All rights reserved.