org.apache.maven.plugin.javadoc.resolver
Class ResourceResolver

java.lang.Object
  extended by org.apache.maven.plugin.javadoc.resolver.ResourceResolver

public final class ResourceResolver
extends java.lang.Object


Field Summary
static java.lang.String SOURCES_CLASSIFIER
           
static java.lang.String TEST_SOURCES_CLASSIFIER
           
 
Method Summary
static java.util.List<JavadocBundle> resolveDependencyJavadocBundles(SourceResolverConfig config)
           
static java.util.List<java.lang.String> resolveDependencySourcePaths(SourceResolverConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCES_CLASSIFIER

public static final java.lang.String SOURCES_CLASSIFIER
See Also:
Constant Field Values

TEST_SOURCES_CLASSIFIER

public static final java.lang.String TEST_SOURCES_CLASSIFIER
See Also:
Constant Field Values
Method Detail

resolveDependencyJavadocBundles

public static java.util.List<JavadocBundle> resolveDependencyJavadocBundles(SourceResolverConfig config)
                                                                     throws java.io.IOException
Throws:
java.io.IOException

resolveDependencySourcePaths

public static java.util.List<java.lang.String> resolveDependencySourcePaths(SourceResolverConfig config)
                                                                     throws org.apache.maven.artifact.resolver.ArtifactResolutionException,
                                                                            org.apache.maven.artifact.resolver.ArtifactNotFoundException
Throws:
org.apache.maven.artifact.resolver.ArtifactResolutionException
org.apache.maven.artifact.resolver.ArtifactNotFoundException


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.