org.codehaus.plexus.personality.avalon
Class AvalonContext

java.lang.Object
  extended by org.codehaus.plexus.personality.avalon.AvalonContext
All Implemented Interfaces:
org.apache.avalon.framework.context.Context

public class AvalonContext
extends Object
implements org.apache.avalon.framework.context.Context

A wrapper for the plexus context.

Since:
Jan 6, 2004
Author:
Dan Diephouse

Constructor Summary
AvalonContext(org.codehaus.plexus.context.Context context)
           
 
Method Summary
 Object get(Object key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvalonContext

public AvalonContext(org.codehaus.plexus.context.Context context)
Method Detail

get

public Object get(Object key)
           throws org.apache.avalon.framework.context.ContextException
Specified by:
get in interface org.apache.avalon.framework.context.Context
Throws:
org.apache.avalon.framework.context.ContextException
See Also:
Context.get(java.lang.Object)


Copyright © 2001-2012 Codehaus. All Rights Reserved.