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 Object


Field Summary
static String SOURCES_CLASSIFIER
           
static String TEST_SOURCES_CLASSIFIER
           
 
Method Summary
static List<JavadocBundle> resolveDependencyJavadocBundles(SourceResolverConfig config)
           
static List<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 String SOURCES_CLASSIFIER
See Also:
Constant Field Values

TEST_SOURCES_CLASSIFIER

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

resolveDependencyJavadocBundles

public static List<JavadocBundle> resolveDependencyJavadocBundles(SourceResolverConfig config)
                                                           throws IOException
Throws:
IOException

resolveDependencySourcePaths

public static List<String> resolveDependencySourcePaths(SourceResolverConfig config)
                                                 throws ArtifactResolutionException,
                                                        ArtifactNotFoundException
Throws:
ArtifactResolutionException
ArtifactNotFoundException


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