Package | Description |
---|---|
org.codehaus.cargo.generic | |
org.codehaus.cargo.generic.deployable |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractFactoryRegistry.register(ClassLoader classLoader,
DeployableFactory factory)
Discovers all the
Deployable s and
adds them to the given DeployableFactory . |
protected abstract void |
AbstractFactoryRegistry.register(DeployableFactory factory)
Registers
Deployable implementations
to the given DeployableFactory . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDeployableFactory
Default deployable factory that returns deployables for a given container.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.