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

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

public class FruitContext
extends ContextBase


Constructor Summary
FruitContext()
           
 
Method Summary
 void addFruit(Fruit fs)
           
 List<Fruit> getFruitList()
           
 void setFruitShellList(List<Fruit> fruitList)
           
 
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

addFruit

public void addFruit(Fruit fs)

getFruitList

public List<Fruit> getFruitList()

setFruitShellList

public void setFruitShellList(List<Fruit> fruitList)


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