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, removeListenerpublic MvnRepository addRemoteRepositories(String id) throws DocAsCodeException
DocAsCodeExceptionpublic org.eclipse.aether.RepositorySystem getSystem()
public List<org.eclipse.aether.version.Version> getVersionRange(org.eclipse.aether.artifact.Artifact artifact) throws DocAsCodeException
DocAsCodeExceptionpublic org.eclipse.aether.resolution.ArtifactResult resolve(org.eclipse.aether.artifact.Artifact artifact)
throws DocAsCodeException
DocAsCodeExceptionpublic Void deploy(List<Artifacts> artifacts, org.eclipse.aether.repository.RemoteRepository repo) throws DocAsCodeException
DocAsCodeExceptionpublic Void deploy(List<Artifacts> artifacts) throws DocAsCodeException
DocAsCodeExceptionpublic MvnRepository addListener(EventListener listener)
addListener in class APIEventListenerCopyright © 2019. All rights reserved.