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
Exception
public MavenEntry getEntry(String groupId, String artifactId, String version) throws Exception
groupId
- artifactId
- version
- extra
- Exception
public void schedule(Runnable runnable)
public ProjectPom createProjectModel(File file) throws Exception
Exception
public MavenEntry getEntry(Pom pom) throws Exception
Exception
public void setM2(File dir)
Copyright © 2015 aQute SARL. All rights reserved.