- java.lang.Object
-
- org.praxislive.core.services.RootFactoryService
-
-
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_ROOT_INSTANCEstatic ControlInfoNEW_ROOT_INSTANCE_INFO
-
Constructor Summary
Constructors Constructor Description RootFactoryService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<String>controls()ControlInfogetControlInfo(String control)
-
-
-
Field Detail
-
NEW_ROOT_INSTANCE
public static final String NEW_ROOT_INSTANCE
- See Also:
- Constant Field Values
-
NEW_ROOT_INSTANCE_INFO
public static final ControlInfo NEW_ROOT_INSTANCE_INFO
-
-
Method Detail
-
getControlInfo
public ControlInfo getControlInfo(String control)
- Specified by:
getControlInfoin interfaceProtocol
-
-