com.thalesgroup.dtkit.metrics.hudson.api.registry
Class RegistryService

java.lang.Object
  extended by com.thalesgroup.dtkit.metrics.hudson.api.registry.RegistryService

public class RegistryService
extends Object


Constructor Summary
RegistryService()
           
 
Method Summary
static void addElement(String id, Class<? extends InputMetric> inputMetricClass)
           
static Class<? extends InputMetric> getElement(String id)
           
static Map<String,Class<? extends InputMetric>> getRegistry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryService

public RegistryService()
Method Detail

getRegistry

public static Map<String,Class<? extends InputMetric>> getRegistry()

addElement

public static void addElement(String id,
                              Class<? extends InputMetric> inputMetricClass)

getElement

public static Class<? extends InputMetric> getElement(String id)


Copyright © 2004-2011. All Rights Reserved.