org.databene.benerator.util
Class ContextHolder

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

public abstract class ContextHolder
extends java.lang.Object
implements ContextAware

Simple implementation of the ContextAware interface.

Created: 16.02.2010 11:59:53

Since:
0.6.0
Author:
Volker Bergmann

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

Field Detail

context

protected Context context
Constructor Detail

ContextHolder

public ContextHolder()
Method Detail

setContext

public void setContext(Context context)
Specified by:
setContext in interface ContextAware


Copyright © 2010. All Rights Reserved.