org.jvnet.hudson.plugins.repositoryconnector.aether
Class Aether
java.lang.Object
org.jvnet.hudson.plugins.repositoryconnector.aether.Aether
public class Aether
- extends Object
Constructor Summary |
Aether(Collection<Repository> remoteRepositories,
File localRepository)
|
Aether(Collection<Repository> remoteRepositories,
File localRepository,
PrintStream logger,
boolean extendedLogging,
String snapshotUpdatePolicy,
String snapshotChecksumPolicy,
String releaseUpdatePolicy,
String releaseChecksumPolicy)
|
Aether(File localRepository,
PrintStream logger,
boolean extendedLogging)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
snapshotUpdatePolicy
public String snapshotUpdatePolicy
releaseUpdatePolicy
public String releaseUpdatePolicy
snapshotChecksumPolicy
public String snapshotChecksumPolicy
releaseChecksumPolicy
public String releaseChecksumPolicy
Aether
public Aether(Collection<Repository> remoteRepositories,
File localRepository)
Aether
public Aether(Collection<Repository> remoteRepositories,
File localRepository,
PrintStream logger,
boolean extendedLogging,
String snapshotUpdatePolicy,
String snapshotChecksumPolicy,
String releaseUpdatePolicy,
String releaseChecksumPolicy)
Aether
public Aether(File localRepository,
PrintStream logger,
boolean extendedLogging)
resolve
public AetherResult resolve(String groupId,
String artifactId,
String classifier,
String extension,
String version)
throws org.sonatype.aether.collection.DependencyCollectionException,
org.sonatype.aether.resolution.ArtifactResolutionException,
org.sonatype.aether.resolution.DependencyResolutionException
- Throws:
org.sonatype.aether.collection.DependencyCollectionException
org.sonatype.aether.resolution.ArtifactResolutionException
org.sonatype.aether.resolution.DependencyResolutionException
resolveVersions
public List<org.sonatype.aether.version.Version> resolveVersions(String groupId,
String artifactId)
throws org.sonatype.aether.resolution.VersionRangeResolutionException
- Throws:
org.sonatype.aether.resolution.VersionRangeResolutionException
install
public void install(org.sonatype.aether.artifact.Artifact artifact,
org.sonatype.aether.artifact.Artifact pom)
throws org.sonatype.aether.installation.InstallationException
- Throws:
org.sonatype.aether.installation.InstallationException
deploy
public void deploy(Repository repository,
org.sonatype.aether.artifact.Artifact artifact,
org.sonatype.aether.artifact.Artifact pom)
throws org.sonatype.aether.deployment.DeploymentException
- Throws:
org.sonatype.aether.deployment.DeploymentException
Copyright © 2010-2014. All Rights Reserved.