Uses of Class
org.codehaus.cargo.generic.internal.util.RegistrationKey

Packages that use RegistrationKey
org.codehaus.cargo.generic.spi   
 

Uses of RegistrationKey in org.codehaus.cargo.generic.spi
 

Methods in org.codehaus.cargo.generic.spi with parameters of type RegistrationKey
protected  boolean AbstractGenericHintFactory.hasMapping(RegistrationKey key)
           
protected  java.lang.Class AbstractGenericHintFactory.getMapping(RegistrationKey key)
           
protected  void AbstractGenericHintFactory.registerImplementation(RegistrationKey key, java.lang.Class implementationClass)
          Register an implementation class for a given key.
protected  java.lang.Object AbstractGenericHintFactory.createImplementation(RegistrationKey key, AbstractGenericHintFactory.GenericParameters parameters, java.lang.String implementationConceptName)
          Generic method to create an implementation based on the registered implementation classes.
protected  void AbstractIntrospectionGenericHintFactory.registerImplementation(RegistrationKey key, java.lang.String objectClassName)
          Allow registering container objects using introspection so that at build time and runtime the user can handpick the container implementation jars that he want to use.
protected  java.lang.Object AbstractIntrospectionGenericHintFactory.createImplementation(RegistrationKey key, AbstractGenericHintFactory.GenericParameters parameters, java.lang.String implementationConceptName)
          Generic method to create an implementation based on the registered implementation classes.
 



Copyright © 2004-2007 Codehaus. All Rights Reserved.