public class Maven extends Object
| Modifier and Type | Method and Description |
|---|---|
ProjectPom |
createProjectModel(File file) |
MavenEntry |
getEntry(Pom pom) |
MavenEntry |
getEntry(String groupId,
String artifactId,
String version) |
CachedPom |
getPom(String groupId,
String artifactId,
String version,
URI... extra) |
void |
schedule(Runnable runnable) |
void |
setM2(File dir) |
String |
toString() |
public Maven(Executor executor)
public CachedPom getPom(String groupId, String artifactId, String version, URI... extra) throws Exception
Exceptionpublic MavenEntry getEntry(String groupId, String artifactId, String version) throws Exception
groupId - artifactId - version - Exceptionpublic void schedule(Runnable runnable)
public ProjectPom createProjectModel(File file) throws Exception
Exceptionpublic MavenEntry getEntry(Pom pom) throws Exception
Exceptionpublic void setM2(File dir)
Copyright © 2019 aQute SARL. All rights reserved.