Klasse OsgiAppenderRefModel
java.lang.Object
ch.qos.logback.core.model.Model
org.apache.sling.commons.log.logback.internal.joran.OsgiAppenderRefModel
- Alle implementierten Schnittstellen:
Serializable
public class OsgiAppenderRefModel
extends ch.qos.logback.core.model.Model
Model for the appender-ref-osgi element
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanReturns wither the supplied object is equals to this onegetRef()Get the appender ref nameinthashCode()Returns a hash code value for the objectprotected OsgiAppenderRefModelFactory method to create an instance of this modelprotected voidmirror(ch.qos.logback.core.model.Model that) Mirror the state of the the supplied modelvoidSet the appender ref nameVon Klasse geerbte Methoden ch.qos.logback.core.model.Model
addSubModel, addText, deepMarkAsSkipped, duplicate, getBodyText, getLineNumber, getSubModels, getTag, idString, isHandled, isSkipped, isUnhandled, markAsHandled, markAsSkipped, setLineNumber, setTag, toString
-
Konstruktordetails
-
OsgiAppenderRefModel
public OsgiAppenderRefModel()
-
-
Methodendetails
-
makeNewInstance
Factory method to create an instance of this model- Setzt außer Kraft:
makeNewInstancein Klassech.qos.logback.core.model.Model
-
mirror
protected void mirror(ch.qos.logback.core.model.Model that) Mirror the state of the the supplied model- Setzt außer Kraft:
mirrorin Klassech.qos.logback.core.model.Model- Parameter:
that- the model to mirror
-
getRef
Get the appender ref name- Gibt zurück:
- the name of the appender to reference
-
setRef
Set the appender ref name- Parameter:
ref- the name of the appender to reference
-
hashCode
public int hashCode()Returns a hash code value for the object- Setzt außer Kraft:
hashCodein Klassech.qos.logback.core.model.Model
-
equals
Returns wither the supplied object is equals to this one- Setzt außer Kraft:
equalsin Klassech.qos.logback.core.model.Model- Parameter:
obj- the other object to compare- Gibt zurück:
- true if the object is equal, false otherwise
-