public class LocalRepository extends Object
| Constructor and Description |
|---|
LocalRepository() |
| Modifier and Type | Method and Description |
|---|---|
String |
buildFile(String groupId,
String artifactId,
String version) |
List<String> |
buildFiles(String groupId,
String artifactId,
String version) |
void |
deployArtifact(String groupId,
String artifactId,
String version,
InputStream jarInStream,
InputStream pomInStream) |
void |
initialize() |
void |
retrieveArtifact(String groupId,
String artifactId,
String version,
OutputStream outStream)
Load a dependency from our Maven subsystem.
|
public void initialize()
public void retrieveArtifact(String groupId, String artifactId, String version, OutputStream outStream)
groupId - artifactId - version - public void deployArtifact(String groupId, String artifactId, String version, InputStream jarInStream, InputStream pomInStream) throws org.eclipse.aether.installation.InstallationException, IOException
org.eclipse.aether.installation.InstallationExceptionIOExceptionpublic String buildFile(String groupId, String artifactId, String version) throws org.eclipse.aether.RepositoryException
org.eclipse.aether.RepositoryExceptionpublic List<String> buildFiles(String groupId, String artifactId, String version) throws org.eclipse.aether.RepositoryException, org.eclipse.aether.resolution.ArtifactDescriptorException
org.eclipse.aether.RepositoryExceptionorg.eclipse.aether.resolution.ArtifactDescriptorExceptionCopyright © 2016. All rights reserved.