ch.qos.logback.core.joran.replay
Class Fruit

java.lang.Object
  extended by ch.qos.logback.core.joran.replay.Fruit
Direct Known Subclasses:
WeightytFruit

public class Fruit
extends Object


Constructor Summary
Fruit()
           
 
Method Summary
 void addText(String s)
           
 String getName()
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Fruit

public Fruit()
Method Detail

setName

public void setName(String name)

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object

addText

public void addText(String s)


Copyright © 2005-2009 QOS.ch. All Rights Reserved.