Class PropertyEvalScriptBuilder
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.joran.conditional.PropertyEvalScriptBuilder
- All Implemented Interfaces:
ContextAware
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final PropertyContainer
private static String
private static String
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Field Details
-
SCRIPT_PREFIX
-
SCRIPT_SUFFIX
-
localPropContainer
-
map
-
-
Constructor Details
-
PropertyEvalScriptBuilder
PropertyEvalScriptBuilder(PropertyContainer localPropContainer)
-
-
Method Details
-
build
public Condition build(String script) throws IllegalAccessException, org.codehaus.commons.compiler.CompileException, InstantiationException, SecurityException, NoSuchMethodException, IllegalArgumentException, InvocationTargetException - Throws:
IllegalAccessException
org.codehaus.commons.compiler.CompileException
InstantiationException
SecurityException
NoSuchMethodException
IllegalArgumentException
InvocationTargetException
-