| Package | Description |
|---|---|
| delight.factories | |
| delight.factories.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FactoryCollection
A collection of factories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FactoryCollection.register(Factory<?,?,?> factory)
Registers a new factory for this collection.
|
void |
FactoryCollection.replace(Configuration configuration,
Factory<?,?,?> factory)
Attempts to find a factory in this collection, which is capable of
instantiating the provided configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FactoryCollectionImpl
A simple implementation of the
FactoryCollection interface. |
| Modifier and Type | Method and Description |
|---|---|
void |
FactoryCollectionImpl.register(Factory f) |
void |
FactoryCollectionImpl.replace(Configuration configuration,
Factory<?,?,?> replacement) |
Copyright © 2018. All rights reserved.