public class SystemPropertyFactoryMachine extends Object implements FactoryMachine
| Constructor and Description |
|---|
SystemPropertyFactoryMachine() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBuild(Name<?> name) |
<T> MachineEngine<T> |
getEngine(Name<T> name) |
<T> Set<Name<T>> |
nameBuildableComponents(Class<T> componentClass) |
int |
priority() |
String |
toString() |
public boolean canBuild(Name<?> name)
canBuild in interface FactoryMachinepublic <T> MachineEngine<T> getEngine(Name<T> name)
getEngine in interface FactoryMachinepublic <T> Set<Name<T>> nameBuildableComponents(Class<T> componentClass)
nameBuildableComponents in interface FactoryMachinepublic int priority()
priority in interface FactoryMachineCopyright © 2017. All Rights Reserved.