com.thalesgroup.dtkit.metrics.model
Interface OutputMetric
- All Known Implementing Classes:
- AbstractOutputMetric
public interface OutputMetric
OutputMetric Interface
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)
getKey
java.lang.String getKey()
getDescription
java.lang.String getDescription()
getVersion
java.lang.String getVersion()
getXsdNameList
java.lang.String[] getXsdNameList()
validate
java.util.List<ValidationError> validate(java.io.File inputXML)
throws ValidationException
- Throws:
ValidationException
Copyright © 2004-2013. All Rights Reserved.