public class AlternativesFactoryMachine<T> extends SingleNameFactoryMachine<FactoryMachine>
| Constructor and Description |
|---|
AlternativesFactoryMachine(int priority,
Name<T> name,
com.google.common.collect.ImmutableMap<T,? extends FactoryMachine> alternatives,
ComponentBox.BoxFactory boxFactory) |
public AlternativesFactoryMachine(int priority,
Name<T> name,
com.google.common.collect.ImmutableMap<T,? extends FactoryMachine> alternatives,
ComponentBox.BoxFactory boxFactory)
Copyright © 2017. All Rights Reserved.