- java.lang.Object
-
- org.praxislive.core.services.ComponentFactoryService
-
- Direct Known Subclasses:
CodeComponentFactoryService
public class ComponentFactoryService extends Object implements Service
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.praxislive.core.Protocol
Protocol.Type<T extends Protocol>, Protocol.TypeProvider
-
-
Field Summary
Fields Modifier and Type Field Description static StringNEW_INSTANCEstatic ControlInfoNEW_INSTANCE_INFO
-
Constructor Summary
Constructors Constructor Description ComponentFactoryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<String>controls()ControlInfogetControlInfo(String control)
-
-
-
Field Detail
-
NEW_INSTANCE
public static final String NEW_INSTANCE
- See Also:
- Constant Field Values
-
NEW_INSTANCE_INFO
public static final ControlInfo NEW_INSTANCE_INFO
-
-
Method Detail
-
getControlInfo
public ControlInfo getControlInfo(String control)
- Specified by:
getControlInfoin interfaceProtocol
-
-