|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectaQute.bnd.maven.support.Maven
public class Maven
| Constructor Summary | |
|---|---|
Maven(Executor executor)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Maven(Executor executor)
| Method Detail |
|---|
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 -
Exceptionpublic void schedule(Runnable runnable)
public ProjectPom createProjectModel(File file)
throws Exception
Exception
public MavenEntry getEntry(Pom pom)
throws Exception
Exceptionpublic void setM2(File dir)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||