| Package | Description |
|---|---|
| restx.config | |
| restx.factory |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigLoaderFactoryMachine
Machine for
ConfigLoader. |
class |
ConsolidatedConfigFactoryMachine
User: xavierhanin
Date: 9/24/13
Time: 10:16 PM
|
class |
ElementsFromConfigFactoryMachine
User: xavierhanin
Date: 9/24/13
Time: 11:12 PM
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlternativesFactoryMachine<T> |
class |
DeactivationFactoryMachine |
class |
DefaultFactoryMachine
User: xavierhanin
Date: 1/31/13
Time: 7:23 PM
|
class |
FactoryMachineWrapper
User: xavierhanin
Date: 3/17/13
Time: 5:56 PM
|
class |
NoopFactoryMachine
A machine that doesn't build any component.
|
class |
SingleNameFactoryMachine<C>
User: xavierhanin
Date: 1/31/13
Time: 7:23 PM
|
class |
SingletonFactoryMachine<C>
A singleton factory machine provides a boundless component box made up of a component created
at instanciation time.
|
class |
SystemPropertyFactoryMachine |
class |
WarehouseProvidersMachine
Date: 16/11/13
Time: 21:24
|
| Modifier and Type | Field and Description |
|---|---|
static FactoryMachine |
NoopFactoryMachine.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
FactoryMachine |
FactoryMachineWrapper.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Factory.LocalMachines |
Factory.LocalMachines.addMachine(FactoryMachine machine) |
Factory.Builder |
Factory.Builder.addMachine(FactoryMachine machine) |
Factory |
Factory.concat(FactoryMachine machine) |
static FactoryMachineWrapper.Builder |
FactoryMachineWrapper.from(FactoryMachine factoryMachine) |
FactoryMachineWrapper.Builder |
FactoryMachineWrapper.Builder.from(FactoryMachine factoryMachine) |
Factory.LocalMachines |
Factory.LocalMachines.removeMachine(FactoryMachine machine) |
| Constructor and Description |
|---|
FactoryMachineWrapper(FactoryMachine original) |
| Constructor and Description |
|---|
AlternativesFactoryMachine(int priority,
Name<T> name,
com.google.common.collect.ImmutableMap<T,? extends FactoryMachine> alternatives,
ComponentBox.BoxFactory boxFactory) |
Copyright © 2017. All Rights Reserved.