|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.vremanagement.softwarerepository.repository.impl.maven.utils.MavenExecutor
public class MavenExecutor
Constructor Summary | |
---|---|
MavenExecutor(java.io.File projectDirectory)
Prepare the enviroment for MavenEmbedder execution |
Method Summary | |
---|---|
void |
exec(java.lang.String goal,
java.lang.String[][] properties)
|
SRMavenEmbedderLogger |
getSRMavenEmbedderLogger()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MavenExecutor(java.io.File projectDirectory) throws java.lang.Exception
projectDirectory
- project directory where is pom.xml file
java.lang.Exception
- if failsMethod Detail |
---|
public void exec(java.lang.String goal, java.lang.String[][] properties) throws java.lang.Exception
goal
- goalproperties
- properties couple
java.lang.Exception
- if failspublic SRMavenEmbedderLogger getSRMavenEmbedderLogger()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |