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
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    Returns wither the supplied object is equals to this one
    Get the appender ref name
    int
    Returns a hash code value for the object
    Factory method to create an instance of this model
    protected void
    mirror(ch.qos.logback.core.model.Model that)
    Mirror the state of the the supplied model
    void
    Set the appender ref name

    Von 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

    Von Klasse geerbte Methoden java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Konstruktordetails

    • OsgiAppenderRefModel

      public OsgiAppenderRefModel()
  • Methodendetails

    • makeNewInstance

      protected OsgiAppenderRefModel makeNewInstance()
      Factory method to create an instance of this model
      Setzt außer Kraft:
      makeNewInstance in Klasse ch.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 Klasse ch.qos.logback.core.model.Model
      Parameter:
      that - the model to mirror
    • getRef

      public String getRef()
      Get the appender ref name
      Gibt zurück:
      the name of the appender to reference
    • setRef

      public void setRef(String ref)
      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 Klasse ch.qos.logback.core.model.Model
    • equals

      public boolean equals(Object obj)
      Returns wither the supplied object is equals to this one
      Setzt außer Kraft:
      equals in Klasse ch.qos.logback.core.model.Model
      Parameter:
      obj - the other object to compare
      Gibt zurück:
      true if the object is equal, false otherwise