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)


Method Summary
 String getDescription()
           
 String getKey()
           
 String getVersion()
           
 String[] getXsdNameList()
           
 List<ValidationError> validate(File inputXML)
           
 

Method Detail

getKey

String getKey()

getDescription

String getDescription()

getVersion

String getVersion()

getXsdNameList

String[] getXsdNameList()

validate

List<ValidationError> validate(File inputXML)
                               throws ValidationException
Throws:
ValidationException


Copyright © 2004-2011. All Rights Reserved.