Class LogbackAccessJoranSpringPropertyModel
-
- All Implemented Interfaces:
-
ch.qos.logback.core.model.INamedModel,java.io.Serializable
public final class LogbackAccessJoranSpringPropertyModel extends NamedModelThe Joran Model to support
<springProperty>tags.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringsourceprivate StringdefaultValueprivate Stringscopeprivate Stringnameprivate final Booleanhandledprivate final Booleanskippedprivate Stringtagprivate final StringbodyTextprivate IntegerlineNumberprivate final List<Model>subModels
-
Constructor Summary
Constructors Constructor Description LogbackAccessJoranSpringPropertyModel()
-
Method Summary
Modifier and Type Method Description final StringgetSource()The property name in the Spring environment. final UnitsetSource(String source)The property name in the Spring environment. final StringgetDefaultValue()The fallback value if source can't be found in the Spring environment. final UnitsetDefaultValue(String defaultValue)The fallback value if source can't be found in the Spring environment. final StringgetScope()The Logback property scope. final UnitsetScope(String scope)The Logback property scope. -
Methods inherited from class ch.qos.logback.core.model.NamedModel
equals, getName, hashCode, setName -
Methods inherited from class ch.qos.logback.core.model.Model
addSubModel, addText, deepMarkAsSkipped, getBodyText, getLineNumber, getSubModels, getTag, idString, isHandled, isSkipped, isUnhandled, markAsHandled, markAsSkipped, setLineNumber, setTag, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDefaultValue
final String getDefaultValue()
The fallback value if source can't be found in the Spring environment.
-
setDefaultValue
final Unit setDefaultValue(String defaultValue)
The fallback value if source can't be found in the Spring environment.
-
-
-
-