- java.lang.Object
-
- org.praxislive.core.services.RootManagerService
-
-
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 StringADD_ROOTstatic ControlInfoADD_ROOT_INFOstatic ComponentInfoAPI_INFOstatic RootManagerServiceINSTANCEstatic StringREMOVE_ROOTstatic ControlInfoREMOVE_ROOT_INFOstatic StringROOTSstatic ControlInfoROOTS_INFO
-
Constructor Summary
Constructors Constructor Description RootManagerService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<String>controls()ControlInfogetControlInfo(String control)
-
-
-
Field Detail
-
INSTANCE
public static final RootManagerService INSTANCE
-
ADD_ROOT
public static final String ADD_ROOT
- See Also:
- Constant Field Values
-
REMOVE_ROOT
public static final String REMOVE_ROOT
- See Also:
- Constant Field Values
-
ROOTS
public static final String ROOTS
- See Also:
- Constant Field Values
-
ADD_ROOT_INFO
public static final ControlInfo ADD_ROOT_INFO
-
REMOVE_ROOT_INFO
public static final ControlInfo REMOVE_ROOT_INFO
-
ROOTS_INFO
public static final ControlInfo ROOTS_INFO
-
API_INFO
public static final ComponentInfo API_INFO
-
-
Method Detail
-
getControlInfo
public ControlInfo getControlInfo(String control)
- Specified by:
getControlInfoin interfaceProtocol
-
-