org.codehaus.plexus.personality.avalon
Class AvalonContext

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

public class AvalonContext
extends java.lang.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
 java.lang.Object get(java.lang.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 java.lang.Object get(java.lang.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-2007 Codehaus. All Rights Reserved.