public interface MvnService
| Modifier and Type | Method and Description |
|---|---|
Iterable<org.apache.maven.model.Model> |
findPoms(ClassLoader loader) |
org.eclipse.aether.RepositorySystemSession |
getRepoSession() |
org.eclipse.aether.resolution.ArtifactResult |
loadArtifact(String groupId,
String artifactId,
String version) |
org.eclipse.aether.resolution.ArtifactResult |
loadArtifact(String groupId,
String artifactId,
String classifier,
String extension,
String version) |
org.eclipse.aether.repository.LocalArtifactResult |
loadLocalArtifact(String groupId,
String artifactId,
String version) |
org.eclipse.aether.repository.LocalArtifactResult |
loadLocalArtifact(String groupId,
String artifactId,
String classifier,
String extension,
String version) |
org.apache.maven.model.Model |
loadPomFile(String pomFile) |
org.apache.maven.model.Model |
loadPomString(String pomString) |
String |
localRepo() |
String |
mvnHome() |
List<org.eclipse.aether.repository.RemoteRepository> |
remoteRepos() |
void |
setLogLevel(LogLevel logLevel) |
String mvnHome()
String localRepo()
List<org.eclipse.aether.repository.RemoteRepository> remoteRepos()
Iterable<org.apache.maven.model.Model> findPoms(ClassLoader loader)
org.eclipse.aether.resolution.ArtifactResult loadArtifact(String groupId, String artifactId, String classifier, String extension, String version)
org.apache.maven.model.Model loadPomString(String pomString) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionorg.apache.maven.model.Model loadPomFile(String pomFile) throws IOException, org.codehaus.plexus.util.xml.pull.XmlPullParserException
IOExceptionorg.codehaus.plexus.util.xml.pull.XmlPullParserExceptionorg.eclipse.aether.RepositorySystemSession getRepoSession()
void setLogLevel(LogLevel logLevel)
org.eclipse.aether.resolution.ArtifactResult loadArtifact(String groupId, String artifactId, String version)
org.eclipse.aether.repository.LocalArtifactResult loadLocalArtifact(String groupId, String artifactId, String version)
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.