org.apache.geronimo.gshell.lookup
Class EnvironmentLookup

java.lang.Object
  extended by org.codehaus.plexus.component.factory.AbstractComponentFactory
      extended by org.apache.geronimo.gshell.lookup.LookupFactorySupport
          extended by org.apache.geronimo.gshell.lookup.EnvironmentLookup
All Implemented Interfaces:
org.codehaus.plexus.component.factory.ComponentFactory

@Component(role=org.codehaus.plexus.component.factory.ComponentFactory.class,
           hint="EnvironmentLookup")
public class EnvironmentLookup
extends LookupFactorySupport

Lookup factory for Environment instances.

Version:
$Rev: 580765 $ $Date: 2007-09-30 11:52:39 -0700 (Sun, 30 Sep 2007) $

Field Summary
 
Fields inherited from class org.apache.geronimo.gshell.lookup.LookupFactorySupport
holder, log
 
Fields inherited from class org.codehaus.plexus.component.factory.AbstractComponentFactory
id
 
Fields inherited from interface org.codehaus.plexus.component.factory.ComponentFactory
ROLE
 
Constructor Summary
EnvironmentLookup()
           
 
Method Summary
static void set(org.codehaus.plexus.PlexusContainer container, Environment env)
           
 
Methods inherited from class org.apache.geronimo.gshell.lookup.LookupFactorySupport
get, newInstance, set
 
Methods inherited from class org.codehaus.plexus.component.factory.AbstractComponentFactory
getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentLookup

public EnvironmentLookup()
Method Detail

set

public static void set(org.codehaus.plexus.PlexusContainer container,
                       Environment env)
                throws org.codehaus.plexus.component.repository.exception.ComponentLookupException
Throws:
org.codehaus.plexus.component.repository.exception.ComponentLookupException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.