| Package | Description |
|---|---|
| org.codehaus.cargo.generic.spi |
| Modifier and Type | Method and Description |
|---|---|
protected Map<RegistrationKey,Class<? extends T>> |
AbstractGenericHintFactory.getMappings() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
AbstractIntrospectionGenericHintFactory.createImplementation(RegistrationKey key,
AbstractGenericHintFactory.GenericParameters parameters,
String implementationConceptName)
Generic method to create an implementation based on the registered implementation classes.
|
protected T |
AbstractGenericHintFactory.createImplementation(RegistrationKey key,
AbstractGenericHintFactory.GenericParameters parameters,
String implementationConceptName)
Generic method to create an implementation based on the registered implementation classes.
|
protected Class<? extends T> |
AbstractGenericHintFactory.getMapping(RegistrationKey key) |
protected boolean |
AbstractGenericHintFactory.hasMapping(RegistrationKey key) |
protected void |
AbstractGenericHintFactory.registerImplementation(RegistrationKey key,
Class<? extends T> implementationClass)
Register an implementation class for a given key.
|
protected void |
AbstractIntrospectionGenericHintFactory.registerImplementation(RegistrationKey key,
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.
|
Copyright © 2004–2015 Github. All rights reserved.