|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.axway.grapes.maven.GrapesMavenPlugin
public class GrapesMavenPlugin
Grapes Maven plugin
This class acts as a container for methods used throughout the plugin.
| Field Summary | |
|---|---|
static String |
MODULE_JSON_FILE_NAME
|
static String |
TMP_MODULE_FILE_SUFFIX
|
| Method Summary | |
|---|---|
static File |
getGrapesPluginWorkingFolder(org.apache.maven.project.MavenProject rootProject)
Returns Grapes working folder of a project |
static org.axway.grapes.commons.datamodel.Module |
getModule(File folder,
String moduleJsonFileName)
Return a module from Json file in a targeted folder |
static String |
getSubModuleFileName(String subModuleName)
Returns the temp file names where the information of the sub-module is stored |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MODULE_JSON_FILE_NAME
public static final String TMP_MODULE_FILE_SUFFIX
| Method Detail |
|---|
public static File getGrapesPluginWorkingFolder(org.apache.maven.project.MavenProject rootProject)
rootProject -
public static String getSubModuleFileName(String subModuleName)
subModuleName - String
public static org.axway.grapes.commons.datamodel.Module getModule(File folder,
String moduleJsonFileName)
throws org.apache.maven.plugin.MojoExecutionException,
IOException
folder - FilemoduleJsonFileName - String
org.apache.maven.plugin.MojoExecutionException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||