@Component(role=ResourceResolver.class) public final class ResourceResolver extends org.codehaus.plexus.logging.AbstractLogEnabled
Modifier and Type | Field and Description |
---|---|
static String |
SOURCES_CLASSIFIER
The classifier for sources.
|
static String |
TEST_SOURCES_CLASSIFIER
The classifier for test sources
|
Constructor and Description |
---|
ResourceResolver() |
Modifier and Type | Method and Description |
---|---|
List<JavadocBundle> |
resolveDependencyJavadocBundles(SourceResolverConfig config) |
Map<String,Collection<Path>> |
resolveDependencySourcePaths(SourceResolverConfig config) |
public static final String SOURCES_CLASSIFIER
public static final String TEST_SOURCES_CLASSIFIER
public List<JavadocBundle> resolveDependencyJavadocBundles(SourceResolverConfig config) throws IOException
config
- SourceResolverConfig
JavadocBundle
.IOException
- IOException
public Map<String,Collection<Path>> resolveDependencySourcePaths(SourceResolverConfig config) throws ArtifactResolutionException, ArtifactNotFoundException
config
- SourceResolverConfig
ArtifactResolutionException
- ArtifactResolutionException
ArtifactNotFoundException
- ArtifactNotFoundException
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.