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