public class DecoratedExecutionNodeFactory<U extends ExecutionGraphNode<T>,V extends ExecutionNodeWrapper<U,T>,T> extends PluginFactory<U>
| Modifier and Type | Method | Description |
|---|---|---|
U |
create(Resource id) |
Create an instance of the
FaradayCagePlugin identified by id. |
U |
getImplementationOf(Resource type) |
Create an instance of
FaradayCagePlugin for a given type. |
PluginFactory<V> |
getWrapperFactory() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlistAvailablepublic U getImplementationOf(Resource type)
PluginFactoryFaradayCagePlugin for a given type.getImplementationOf in class PluginFactory<U extends ExecutionGraphNode<T>>type - type of the instance to createFaradayCagePlugin for the given type.public U create(Resource id)
PluginFactoryFaradayCagePlugin identified by id.create in class PluginFactory<U extends ExecutionGraphNode<T>>id - identifier of the instance to createFaradayCagePlugin identified by id.public PluginFactory<V> getWrapperFactory()
Copyright © 2019. All rights reserved.