org.databene.benerator.util
Class ContextHolder

java.lang.Object
  extended by org.databene.benerator.util.ContextHolder
All Implemented Interfaces:
org.databene.commons.context.ContextAware

public abstract class ContextHolder
extends java.lang.Object
implements org.databene.commons.context.ContextAware

Simple implementation of the ContextAware interface.

Created: 16.02.2010 11:59:53

Since:
0.6.0
Author:
Volker Bergmann

Field Summary
protected  org.databene.commons.Context context
           
 
Constructor Summary
ContextHolder()
           
 
Method Summary
 void setContext(org.databene.commons.Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected org.databene.commons.Context context
Constructor Detail

ContextHolder

public ContextHolder()
Method Detail

setContext

public void setContext(org.databene.commons.Context context)
Specified by:
setContext in interface org.databene.commons.context.ContextAware


Copyright © 2011. All Rights Reserved.