tweed.context
Class ContextPatcher

java.lang.Object
  |
  +--tweed.context.ContextPatcher

public class ContextPatcher
extends java.lang.Object

Use this class to provide a modified version of a Context instance, without modifying the original.

Limitations:

Version:
$Id$
Author:
Laurent Caillette

Constructor Summary
ContextPatcher(Context original)
           
 
Method Summary
 Context getPatchedContext()
           
 void setNewLogger(org.apache.avalon.framework.logger.Logger logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextPatcher

public ContextPatcher(Context original)
Method Detail

setNewLogger

public void setNewLogger(org.apache.avalon.framework.logger.Logger logger)

getPatchedContext

public Context getPatchedContext()


Copyright © 2003 Laurent Caillette. All Rights Reserved.