A C E G H I O S V

A

AbstractOutputMetric - Class in com.thalesgroup.dtkit.metrics.model
 
AbstractOutputMetric() - Constructor for class com.thalesgroup.dtkit.metrics.model.AbstractOutputMetric
 

C

com.thalesgroup.dtkit.metrics.model - package com.thalesgroup.dtkit.metrics.model
 
convert(File, File) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
Convert an input file to an output file Give your conversion process Input and Output files are relatives to the filesystem where the process is executed on (like Hudson agent)
convert(File, File, Map<String, Object>) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
Convert an input file to an output file Give your conversion process Input and Output files are relatives to the filesystem where the process is executed on (like Hudson agent)
convert(File, File, Map<String, Object>) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
 
convert(File, File) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
 

E

equals(Object) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
--------------------------------------------------------

HASHCODE() AND EQUALS() for comparaison

--------------------------------------------------------

equals(Object) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
--------------------------------------------------------

HASHCODE() AND EQUALS() for comparaison

--------------------------------------------------------


G

getDescription() - Method in interface com.thalesgroup.dtkit.metrics.model.OutputMetric
 
getInputMetricType() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
Gives the input metric type (XSL or Other) according the subclass type
getInputMetricType() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetricOther
 
getInputMetricType() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
All the subclasses will be of XSL
getInputType(String) - Static method in enum com.thalesgroup.dtkit.metrics.model.InputType
 
getInputValidationErrors() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
Gets all input validation errors
getInputXsdClass() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
Gets the Class (namespace) of the xsd file resource
getInputXsdFileList() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
 
getInputXsdNameList() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
the XSD file associated to this tool result file
getInstance(Class<? extends InputMetric>) - Static method in class com.thalesgroup.dtkit.metrics.model.InputMetricFactory
 
getInstanceWithNoDefaultConstructor(Class<? extends InputMetric>, Class<?>[], Object[]) - Static method in class com.thalesgroup.dtkit.metrics.model.InputMetricFactory
 
getKey() - Method in interface com.thalesgroup.dtkit.metrics.model.OutputMetric
 
getLabel() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
The label of the tool
getListXsdInputStream() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
 
getOutputFormatType() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
Gives the output format type (given by the format model)
getOutputValidationErrors() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
Gets all output validation errors
getOutputXsdNameList() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
the XSD file associated to this output format
getToolName() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
The name of the current tool
getToolType() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
Gives the metric tool type (TEST, COVERAGE, MEASURE, VIOLATION)
getToolVersion() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
The version of the current tool
getValue() - Method in enum com.thalesgroup.dtkit.metrics.model.InputType
 
getVersion() - Method in interface com.thalesgroup.dtkit.metrics.model.OutputMetric
 
getXsdNameList() - Method in interface com.thalesgroup.dtkit.metrics.model.OutputMetric
 
getXslFile() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
Overrides this method if you want to provide your own xsl (independent of its location) Used for custom type where the user specifies its own xsl
getXslInputStream() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
 
getXslName() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
the XSL file associated to this tool
getXslResourceClass() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
Gets the Class (namespace) of the xsl file resource

H

hashCode() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
 
hashCode() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
 

I

InputMetric - Class in com.thalesgroup.dtkit.metrics.model
 
InputMetric() - Constructor for class com.thalesgroup.dtkit.metrics.model.InputMetric
 
InputMetricException - Exception in com.thalesgroup.dtkit.metrics.model
 
InputMetricException() - Constructor for exception com.thalesgroup.dtkit.metrics.model.InputMetricException
 
InputMetricException(String) - Constructor for exception com.thalesgroup.dtkit.metrics.model.InputMetricException
 
InputMetricException(Throwable) - Constructor for exception com.thalesgroup.dtkit.metrics.model.InputMetricException
 
InputMetricException(String, Throwable) - Constructor for exception com.thalesgroup.dtkit.metrics.model.InputMetricException
 
InputMetricFactory - Class in com.thalesgroup.dtkit.metrics.model
 
InputMetricFactory() - Constructor for class com.thalesgroup.dtkit.metrics.model.InputMetricFactory
 
InputMetricOther - Class in com.thalesgroup.dtkit.metrics.model
 
InputMetricOther() - Constructor for class com.thalesgroup.dtkit.metrics.model.InputMetricOther
 
InputMetricType - Enum in com.thalesgroup.dtkit.metrics.model
 
InputMetricXSL - Class in com.thalesgroup.dtkit.metrics.model
 
InputMetricXSL() - Constructor for class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
 
InputType - Enum in com.thalesgroup.dtkit.metrics.model
 
isDefault() - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
 

O

OutputMetric - Interface in com.thalesgroup.dtkit.metrics.model
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)


S

set(ValidationService) - Method in class com.thalesgroup.dtkit.metrics.model.AbstractOutputMetric
 
setInputMetricType(InputMetricType) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
 
setInputValidationErrors(List<ValidationError>) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
 
setLabel(String) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
 
setOutputFormatType(OutputMetric) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
 
setOutputValidationErrors(List<ValidationError>) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
 
setToolName(String) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
--------------------------------------------------------

SETTERS for JAX-RS Layer

--------------------------------------------------------

setToolType(InputType) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
 
setToolVersion(String) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
 

V

validate(File) - Method in class com.thalesgroup.dtkit.metrics.model.AbstractOutputMetric
 
validate(File) - Method in interface com.thalesgroup.dtkit.metrics.model.OutputMetric
 
validateInputFile(File) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
 
validateInputFile(File) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
 
validateOutputFile(File) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetric
 
validateOutputFile(File) - Method in class com.thalesgroup.dtkit.metrics.model.InputMetricXSL
 
valueOf(String) - Static method in enum com.thalesgroup.dtkit.metrics.model.InputMetricType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.thalesgroup.dtkit.metrics.model.InputType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.thalesgroup.dtkit.metrics.model.InputMetricType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.thalesgroup.dtkit.metrics.model.InputType
Returns an array containing the constants of this enum type, in the order they are declared.

A C E G H I O S V

Copyright © 2004-2011. All Rights Reserved.