com.thalesgroup.dtkit.metrics.model
Class InputMetricFactory

java.lang.Object
  extended by com.thalesgroup.dtkit.metrics.model.InputMetricFactory

public class InputMetricFactory
extends Object


Constructor Summary
InputMetricFactory()
           
 
Method Summary
static InputMetric getInstance(Class<? extends InputMetric> classInputMetric)
           
static InputMetric getInstanceWithNoDefaultConstructor(Class<? extends InputMetric> classInputMetric, Class<?>[] parameterTypes, Object[] parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputMetricFactory

public InputMetricFactory()
Method Detail

getInstance

public static InputMetric getInstance(Class<? extends InputMetric> classInputMetric)
                               throws InputMetricException
Throws:
InputMetricException

getInstanceWithNoDefaultConstructor

public static InputMetric getInstanceWithNoDefaultConstructor(Class<? extends InputMetric> classInputMetric,
                                                              Class<?>[] parameterTypes,
                                                              Object[] parameters)
                                                       throws InputMetricException
Throws:
InputMetricException


Copyright © 2004-2011. All Rights Reserved.