org.apache.geronimo.gshell.lookup
Class IOLookup

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.IOLookup
All Implemented Interfaces:
org.codehaus.plexus.component.factory.ComponentFactory

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

Lookup factory for IO 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
IOLookup()
           
 
Method Summary
static void set(org.codehaus.plexus.PlexusContainer container, IO io)
           
 
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

IOLookup

public IOLookup()
Method Detail

set

public static void set(org.codehaus.plexus.PlexusContainer container,
                       IO io)
                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.