org.slf4j.helpers

Class BasicMarker

public class BasicMarker extends Object implements Marker

A simple implementation of the Marker interface.

Author: Ceki Gülcü Joern Huxhorn

Method Summary
voidadd(Marker reference)
booleancontains(Marker other)
booleancontains(String name)
This method is mainly used with Expression Evaluators.
booleanequals(Object obj)
StringgetName()
booleanhasChildren()
inthashCode()
booleanhasReferences()
Iteratoriterator()
booleanremove(Marker referenceToRemove)
StringtoString()

Method Detail

add

public void add(Marker reference)

contains

public boolean contains(Marker other)

contains

public boolean contains(String name)
This method is mainly used with Expression Evaluators.

equals

public boolean equals(Object obj)

getName

public String getName()

hasChildren

public boolean hasChildren()

hashCode

public int hashCode()

hasReferences

public boolean hasReferences()

iterator

public Iterator iterator()

remove

public boolean remove(Marker referenceToRemove)

toString

public String toString()
Copyright © 2005-2009 QOS.ch. All Rights Reserved.