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

java.lang.Object
  extended by ch.qos.logback.core.ContextBase
      extended by ch.qos.logback.core.joran.replay.FruitContext
All Implemented Interfaces:
Context, PropertyContainer

public class FruitContext
extends ContextBase


Constructor Summary
FruitContext()
           
 
Method Summary
 void addFruitShell(FruitShell fs)
           
 List<FruitShell> getFruitShellList()
           
 void setFruitShellList(List<FruitShell> fruitShellList)
           
 
Methods inherited from class ch.qos.logback.core.ContextBase
getCopyOfPropertyMap, getName, getObject, getProperty, getStatusManager, putObject, putProperty, setName, setStatusManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FruitContext

public FruitContext()
Method Detail

addFruitShell

public void addFruitShell(FruitShell fs)

getFruitShellList

public List<FruitShell> getFruitShellList()

setFruitShellList

public void setFruitShellList(List<FruitShell> fruitShellList)


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