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 TypMethodeBeschreibungboolean
Returns wither the supplied object is equals to this onegetRef()
Get the appender ref nameint
hashCode()
Returns a hash code value for the objectprotected OsgiAppenderRefModel
Factory method to create an instance of this modelprotected void
mirror
(ch.qos.logback.core.model.Model that) Mirror the state of the the supplied modelvoid
Set 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:
makeNewInstance
in 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:
mirror
in 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:
hashCode
in Klassech.qos.logback.core.model.Model
-
equals
Returns wither the supplied object is equals to this one- Setzt außer Kraft:
equals
in Klassech.qos.logback.core.model.Model
- Parameter:
obj
- the other object to compare- Gibt zurück:
- true if the object is equal, false otherwise
-