- java.lang.Object
-
- ch.qos.logback.core.model.Model
-
- ch.qos.logback.core.model.InsertFromJNDIModel
-
- All Implemented Interfaces:
Serializable
public class InsertFromJNDIModel extends Model
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringAS_ATTRstatic StringENV_ENTRY_NAME_ATTR
-
Constructor Summary
Constructors Constructor Description InsertFromJNDIModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAs()StringgetEnvEntryName()StringgetScopeStr()inthashCode()protected InsertFromJNDIModelmakeNewInstance()protected voidmirror(Model that)voidsetAs(String as)voidsetEnvEntryName(String envEntryName)voidsetScopeStr(String scopeStr)-
Methods inherited from class ch.qos.logback.core.model.Model
addSubModel, addText, deepMarkAsSkipped, duplicate, getBodyText, getLineNumber, getSubModels, getTag, idString, isHandled, isSkipped, isUnhandled, markAsHandled, markAsSkipped, setLineNumber, setTag, toString
-
-
-
-
Field Detail
-
ENV_ENTRY_NAME_ATTR
public static final String ENV_ENTRY_NAME_ATTR
- See Also:
- Constant Field Values
-
AS_ATTR
public static final String AS_ATTR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InsertFromJNDIModel
public InsertFromJNDIModel()
-
-
Method Detail
-
makeNewInstance
protected InsertFromJNDIModel makeNewInstance()
- Overrides:
makeNewInstancein classModel
-
getScopeStr
public String getScopeStr()
-
setScopeStr
public void setScopeStr(String scopeStr)
-
getEnvEntryName
public String getEnvEntryName()
-
setEnvEntryName
public void setEnvEntryName(String envEntryName)
-
-