- java.lang.Object
-
- org.praxislive.code.CodeCompilerService
-
-
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 StringCOMPILEstatic ControlInfoCOMPILE_INFOstatic StringKEY_CLASS_BODY_CONTEXTstatic StringKEY_CLASSESstatic StringKEY_CODEstatic StringKEY_LOGstatic StringKEY_LOG_LEVEL
-
Constructor Summary
Constructors Constructor Description CodeCompilerService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stream<String>controls()ControlInfogetControlInfo(String control)
-
-
-
Field Detail
-
COMPILE
public static final String COMPILE
- See Also:
- Constant Field Values
-
COMPILE_INFO
public static final ControlInfo COMPILE_INFO
-
KEY_CLASS_BODY_CONTEXT
public static final String KEY_CLASS_BODY_CONTEXT
- See Also:
- Constant Field Values
-
KEY_CODE
public static final String KEY_CODE
- See Also:
- Constant Field Values
-
KEY_LOG_LEVEL
public static final String KEY_LOG_LEVEL
- See Also:
- Constant Field Values
-
KEY_CLASSES
public static final String KEY_CLASSES
- See Also:
- Constant Field Values
-
KEY_LOG
public static final String KEY_LOG
- See Also:
- Constant Field Values
-
-
Method Detail
-
getControlInfo
public ControlInfo getControlInfo(String control)
- Specified by:
getControlInfoin interfaceProtocol
-
-