public final class NodeFactoryRegistration extends Object
NodeFactory available to support Inject
annotation| Modifier and Type | Field and Description |
|---|---|
Set<Class<? extends NodeFactory<?>>> |
factoryClassSet
The set of factory classes used for node creation, each factory must
have default constructor so the SEP can instantiate the factory.
|
Set<NodeFactory<?>> |
factorySet
The factory instances registered that can create new instances of
nodes.
|
| Constructor and Description |
|---|
NodeFactoryRegistration(Set<Class<? extends NodeFactory<?>>> factoryList) |
NodeFactoryRegistration(Set<Class<? extends NodeFactory<?>>> factoryList,
Set<NodeFactory<?>> factorySet) |
public final Set<Class<? extends NodeFactory<?>>> factoryClassSet
public final Set<NodeFactory<?>> factorySet
public NodeFactoryRegistration(Set<Class<? extends NodeFactory<?>>> factoryList)
public NodeFactoryRegistration(Set<Class<? extends NodeFactory<?>>> factoryList, Set<NodeFactory<?>> factorySet)
Copyright © 2022. All rights reserved.