Class AutomationScriptingConstants
- java.lang.Object
-
- org.nuxeo.automation.scripting.api.AutomationScriptingConstants
-
public class AutomationScriptingConstants extends Object
- Since:
- 7.2
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTOMATION_CTX_KEY
static String
AUTOMATION_MAPPER_KEY
static String
AUTOMATION_SCRIPTING_MONITOR
static String
AUTOMATION_SCRIPTING_PRECOMPILE
static String
COMPLIANT_JAVA_VERSION_CACHE
static String
COMPLIANT_JAVA_VERSION_CLASS_FILTER
static String
DEFAULT_PRECOMPILE_STATUS
static String
NASHORN_ENGINE
static String
NASHORN_JAVA_VERSION
static String
NASHORN_WARN_CACHE
static String
NASHORN_WARN_CLASS_FILTER
static String
NASHORN_WARN_VERSION
static String
NX_NASHORN
static String
XP_OPERATION
-
Constructor Summary
Constructors Constructor Description AutomationScriptingConstants()
-
-
-
Field Detail
-
NASHORN_ENGINE
public static final String NASHORN_ENGINE
- See Also:
- Constant Field Values
-
AUTOMATION_MAPPER_KEY
public static final String AUTOMATION_MAPPER_KEY
- See Also:
- Constant Field Values
-
AUTOMATION_CTX_KEY
public static final String AUTOMATION_CTX_KEY
- See Also:
- Constant Field Values
-
AUTOMATION_SCRIPTING_MONITOR
public static final String AUTOMATION_SCRIPTING_MONITOR
- See Also:
- Constant Field Values
-
AUTOMATION_SCRIPTING_PRECOMPILE
public static final String AUTOMATION_SCRIPTING_PRECOMPILE
- See Also:
- Constant Field Values
-
DEFAULT_PRECOMPILE_STATUS
public static final String DEFAULT_PRECOMPILE_STATUS
- See Also:
- Constant Field Values
-
XP_OPERATION
public static final String XP_OPERATION
- See Also:
- Constant Field Values
-
NX_NASHORN
public static final String NX_NASHORN
- See Also:
- Constant Field Values
-
NASHORN_JAVA_VERSION
public static final String NASHORN_JAVA_VERSION
- See Also:
- Constant Field Values
-
COMPLIANT_JAVA_VERSION_CACHE
public static final String COMPLIANT_JAVA_VERSION_CACHE
- See Also:
- Constant Field Values
-
COMPLIANT_JAVA_VERSION_CLASS_FILTER
public static final String COMPLIANT_JAVA_VERSION_CLASS_FILTER
- See Also:
- Constant Field Values
-
NASHORN_WARN_CLASS_FILTER
public static final String NASHORN_WARN_CLASS_FILTER
- See Also:
- Constant Field Values
-
NASHORN_WARN_CACHE
public static final String NASHORN_WARN_CACHE
- See Also:
- Constant Field Values
-
NASHORN_WARN_VERSION
public static final String NASHORN_WARN_VERSION
- See Also:
- Constant Field Values
-
-