public class Maven
extends java.lang.Object
Constructor and Description |
---|
Maven(java.util.concurrent.Executor executor) |
Modifier and Type | Method and Description |
---|---|
ProjectPom |
createProjectModel(java.io.File file) |
MavenEntry |
getEntry(Pom pom) |
MavenEntry |
getEntry(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version) |
CachedPom |
getPom(java.lang.String groupId,
java.lang.String artifactId,
java.lang.String version,
java.net.URI... extra) |
void |
schedule(java.lang.Runnable runnable) |
void |
setM2(java.io.File dir) |
java.lang.String |
toString() |
public CachedPom getPom(java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.net.URI... extra) throws java.lang.Exception
java.lang.Exception
public MavenEntry getEntry(java.lang.String groupId, java.lang.String artifactId, java.lang.String version) throws java.lang.Exception
groupId
- artifactId
- version
- extra
- java.lang.Exception
public void schedule(java.lang.Runnable runnable)
public ProjectPom createProjectModel(java.io.File file) throws java.lang.Exception
java.lang.Exception
public MavenEntry getEntry(Pom pom) throws java.lang.Exception
java.lang.Exception
public void setM2(java.io.File dir)
public java.lang.String toString()
toString
in class java.lang.Object