org.apache.openejb.resolver.maven
Class AetherBasedResolver

java.lang.Object
  extended by org.apache.openejb.resolver.maven.AetherBasedResolver

public class AetherBasedResolver
extends Object


Constructor Summary
AetherBasedResolver(org.ops4j.pax.url.maven.commons.MavenConfigurationImpl configuration)
          Create a AetherBasedResolver
 
Method Summary
 InputStream resolve(String groupId, String artifactId, String classifier, String extension, String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AetherBasedResolver

public AetherBasedResolver(org.ops4j.pax.url.maven.commons.MavenConfigurationImpl configuration)
                    throws MalformedURLException
Create a AetherBasedResolver

Parameters:
configuration - (must be not null)
Throws:
MalformedURLException - in case of url problems in configuration.
Method Detail

resolve

public InputStream resolve(String groupId,
                           String artifactId,
                           String classifier,
                           String extension,
                           String version)
                    throws IOException
Throws:
IOException


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.