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

java.lang.Object
  extended by ch.qos.logback.core.spi.ContextAwareBase
      extended by ch.qos.logback.core.joran.replay.FruitShell
All Implemented Interfaces:
ContextAware

public class FruitShell
extends ContextAwareBase


Field Summary
 
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
 
Constructor Summary
FruitShell()
           
 
Method Summary
 String getName()
           
 void setFruitFactory(FruitFactory fruitFactory)
           
 void setName(String name)
           
 String toString()
          Constructs a String with all attributes in name = value format.
 
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FruitShell

public FruitShell()
Method Detail

setFruitFactory

public void setFruitFactory(FruitFactory fruitFactory)

getName

public String getName()

setName

public void setName(String name)

toString

public String toString()
Constructs a String with all attributes in name = value format.

Overrides:
toString in class Object
Returns:
a String representation of this object.


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