public interface AetherFacadeMXBean
Modifier and Type | Method and Description |
---|---|
String |
resolveJson(String mavenCoords) |
String |
resolveJson(String groupId,
String artifactId,
String version,
String extension,
String classifier) |
String |
resolveUrlToFileName(String mvnUrl)
Resolves the set of maven coordinates of the form
group/artifact/version[/classifier/type] to a local file name on the local machine |
String resolveJson(String mavenCoords) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException, org.sonatype.aether.collection.DependencyCollectionException, org.codehaus.plexus.PlexusContainerException, org.sonatype.aether.resolution.ArtifactResolutionException, org.sonatype.aether.resolution.DependencyResolutionException
org.codehaus.plexus.component.repository.exception.ComponentLookupException
org.sonatype.aether.collection.DependencyCollectionException
org.codehaus.plexus.PlexusContainerException
org.sonatype.aether.resolution.ArtifactResolutionException
org.sonatype.aether.resolution.DependencyResolutionException
String resolveJson(String groupId, String artifactId, String version, String extension, String classifier) throws org.codehaus.plexus.component.repository.exception.ComponentLookupException, org.sonatype.aether.collection.DependencyCollectionException, org.codehaus.plexus.PlexusContainerException, org.sonatype.aether.resolution.ArtifactResolutionException, org.sonatype.aether.resolution.DependencyResolutionException
org.codehaus.plexus.component.repository.exception.ComponentLookupException
org.sonatype.aether.collection.DependencyCollectionException
org.codehaus.plexus.PlexusContainerException
org.sonatype.aether.resolution.ArtifactResolutionException
org.sonatype.aether.resolution.DependencyResolutionException
String resolveUrlToFileName(String mvnUrl) throws MalformedURLException, org.codehaus.plexus.component.repository.exception.ComponentLookupException, org.sonatype.aether.collection.DependencyCollectionException, org.codehaus.plexus.PlexusContainerException, org.sonatype.aether.resolution.DependencyResolutionException, org.sonatype.aether.resolution.ArtifactResolutionException
group/artifact/version[/classifier/type]
to a local file name on the local machineMalformedURLException
org.codehaus.plexus.component.repository.exception.ComponentLookupException
org.sonatype.aether.collection.DependencyCollectionException
org.codehaus.plexus.PlexusContainerException
org.sonatype.aether.resolution.DependencyResolutionException
org.sonatype.aether.resolution.ArtifactResolutionException
Copyright © 2019 JBoss by Red Hat. All rights reserved.