Package aQute.bnd.maven.support
Class Maven
- java.lang.Object
-
- aQute.bnd.maven.support.Maven
-
public class Maven extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getPom
public CachedPom getPom(java.lang.String groupId, java.lang.String artifactId, java.lang.String version, java.net.URI... extra) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getEntry
public MavenEntry getEntry(java.lang.String groupId, java.lang.String artifactId, java.lang.String version) throws java.lang.Exception
- Parameters:
groupId
-artifactId
-version
-- Throws:
java.lang.Exception
-
schedule
public void schedule(java.lang.Runnable runnable)
-
createProjectModel
public ProjectPom createProjectModel(java.io.File file) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getEntry
public MavenEntry getEntry(Pom pom) throws java.lang.Exception
- Throws:
java.lang.Exception
-
setM2
public void setM2(java.io.File dir)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-