org.codehaus.plexus.component.repository
Class ComponentRepositoryFactory

java.lang.Object
  extended byorg.codehaus.plexus.factory.AbstractPlexusFactory
      extended byorg.codehaus.plexus.component.repository.ComponentRepositoryFactory

public class ComponentRepositoryFactory
extends AbstractPlexusFactory


Constructor Summary
ComponentRepositoryFactory()
           
 
Method Summary
static ComponentRepository create(PlexusConfiguration configuration, java.lang.ClassLoader classLoader)
           
 
Methods inherited from class org.codehaus.plexus.factory.AbstractPlexusFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentRepositoryFactory

public ComponentRepositoryFactory()
Method Detail

create

public static ComponentRepository create(PlexusConfiguration configuration,
                                         java.lang.ClassLoader classLoader)
                                  throws java.lang.Exception
Throws:
java.lang.Exception