public interface FactoryCollectionPlugin
| Modifier and Type | Method and Description |
|---|---|
static List<FactoryCollectionPlugin> |
getInstances() |
static ServiceDefinition<FactoryCollectionPlugin> |
getServiceDefinition() |
void |
initialize(FactoryCollection factoryCollection,
RandomValueGenerator randomValueGenerator)
Initialize the plugin, adding Factories to the FactoryCollection.
|
void initialize(FactoryCollection factoryCollection, RandomValueGenerator randomValueGenerator)
factoryCollection - A FactoryCollection that Factory objects can be added to.randomValueGenerator - RandomValueGenerator that can be used by Factory objects.static ServiceDefinition<FactoryCollectionPlugin> getServiceDefinition()
static List<FactoryCollectionPlugin> getInstances()
Copyright © 2010–2020 meanbean. All rights reserved.