| Modifier and Type | Method and Description |
|---|---|
protected Container |
DefaultContainerFactory.createInstance(Constructor<? extends Container> constructor,
String containerType,
AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.
|
protected ContainerCapability |
DefaultContainerCapabilityFactory.createInstance(Constructor<? extends ContainerCapability> constructor,
String hint,
AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.
|
protected Constructor<? extends Container> |
DefaultContainerFactory.getConstructor(Class<? extends Container> containerClass,
String containerType,
AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor.
|
protected Constructor<? extends ContainerCapability> |
DefaultContainerCapabilityFactory.getConstructor(Class<? extends ContainerCapability> containerCapabilityClass,
String hint,
AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Configuration |
DefaultConfigurationFactory.createInstance(Constructor<? extends Configuration> constructor,
String hint,
AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.
|
protected ConfigurationCapability |
DefaultConfigurationCapabilityFactory.createInstance(Constructor<? extends ConfigurationCapability> constructor,
String hint,
AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.
|
protected Constructor<? extends Configuration> |
DefaultConfigurationFactory.getConstructor(Class<? extends Configuration> configurationClass,
String hint,
AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor.
|
protected Constructor<? extends ConfigurationCapability> |
DefaultConfigurationCapabilityFactory.getConstructor(Class<? extends ConfigurationCapability> configurationCapabilityClass,
String hint,
AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Deployable |
DefaultDeployableFactory.createInstance(Constructor<? extends Deployable> constructor,
String hint,
AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.
|
protected Constructor<? extends Deployable> |
DefaultDeployableFactory.getConstructor(Class<? extends Deployable> deployableClass,
String hint,
AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Deployer |
DefaultDeployerFactory.createInstance(Constructor<? extends Deployer> constructor,
String hint,
AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.
|
protected Constructor<? extends Deployer> |
DefaultDeployerFactory.getConstructor(Class<? extends Deployer> deployerClass,
String hint,
AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected Packager |
DefaultPackagerFactory.createInstance(Constructor<? extends Packager> constructor,
String hint,
AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.
|
protected Constructor<? extends Packager> |
DefaultPackagerFactory.getConstructor(Class<? extends Packager> deployerClass,
String hint,
AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor.
|
| 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 abstract T |
AbstractGenericHintFactory.createInstance(Constructor<? extends T> constructor,
String hint,
AbstractGenericHintFactory.GenericParameters parameters)
Create an implementation class instance.
|
protected abstract Constructor<? extends T> |
AbstractGenericHintFactory.getConstructor(Class<? extends T> implementationClass,
String hint,
AbstractGenericHintFactory.GenericParameters parameters)
Create a constructor.
|
Copyright © 2004–2015 Github. All rights reserved.