public class MvnRepository extends APIEventListener
Constructor and Description |
---|
MvnRepository(File projectSettings) |
Modifier and Type | Method and Description |
---|---|
MvnRepository |
addListener(EventListener listener) |
Void |
deploy(List<org.eclipse.aether.artifact.Artifact> artifacts,
List<org.eclipse.aether.repository.RemoteRepository> repos) |
Void |
deploy(List<org.eclipse.aether.artifact.Artifact> artifacts,
org.eclipse.aether.repository.RemoteRepository repo) |
List<org.eclipse.aether.repository.RemoteRepository> |
getRemoteRepositories(String id) |
org.eclipse.aether.RepositorySystem |
getSystem() |
List<org.eclipse.aether.version.Version> |
getVersionRange(org.eclipse.aether.artifact.Artifact artifact,
List<org.eclipse.aether.repository.RemoteRepository> repos) |
org.eclipse.aether.resolution.ArtifactResult |
resolve(org.eclipse.aether.artifact.Artifact artifact,
List<org.eclipse.aether.repository.RemoteRepository> repos) |
fireEvent, log, progress
public MvnRepository(File projectSettings)
public List<org.eclipse.aether.repository.RemoteRepository> getRemoteRepositories(String id) throws DocAsCodeException
DocAsCodeException
public org.eclipse.aether.RepositorySystem getSystem()
public List<org.eclipse.aether.version.Version> getVersionRange(org.eclipse.aether.artifact.Artifact artifact, List<org.eclipse.aether.repository.RemoteRepository> repos) throws DocAsCodeException
DocAsCodeException
public org.eclipse.aether.resolution.ArtifactResult resolve(org.eclipse.aether.artifact.Artifact artifact, List<org.eclipse.aether.repository.RemoteRepository> repos) throws DocAsCodeException
DocAsCodeException
public Void deploy(List<org.eclipse.aether.artifact.Artifact> artifacts, org.eclipse.aether.repository.RemoteRepository repo) throws DocAsCodeException
DocAsCodeException
public Void deploy(List<org.eclipse.aether.artifact.Artifact> artifacts, List<org.eclipse.aether.repository.RemoteRepository> repos) throws DocAsCodeException
DocAsCodeException
public MvnRepository addListener(EventListener listener)
addListener
in class APIEventListener
Copyright © 2019. All rights reserved.