public class ChainBuilderImpl extends Object implements ChainBuilder
Constructor and Description |
---|
ChainBuilderImpl(PlasticProxyFactory proxyFactory) |
Modifier and Type | Method and Description |
---|---|
<T> T |
build(Class<T> commandInterface,
List<T> commands)
Creates a chain instance from a command interface and a list of commands (implementing the interface).
|
public ChainBuilderImpl(@Builtin PlasticProxyFactory proxyFactory)
public <T> T build(Class<T> commandInterface, List<T> commands)
ChainBuilder
build
in interface ChainBuilder
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.