|
GigaSpaces XAP 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openspaces.maven.support.POMGenerator
public class POMGenerator
| Field Summary | |
|---|---|
static String |
GS_GROUP
|
| Constructor Summary | |
|---|---|
POMGenerator()
|
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
|
static void |
printDependency(PrintWriter writer,
String groupId,
String artifactId)
|
static void |
printDependency(PrintWriter writer,
String groupId,
String artifactId,
String version)
|
static void |
printFooter(PrintWriter writer)
|
static void |
printHeader(PrintWriter writer,
String version,
String groupId,
String artifactId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String GS_GROUP
| Constructor Detail |
|---|
public POMGenerator()
| Method Detail |
|---|
public static void main(String[] args)
throws Exception
Exception
public static void printHeader(PrintWriter writer,
String version,
String groupId,
String artifactId)
throws Exception
Exception
public static void printDependency(PrintWriter writer,
String groupId,
String artifactId)
public static void printDependency(PrintWriter writer,
String groupId,
String artifactId,
String version)
public static void printFooter(PrintWriter writer)
throws Exception
Exception
|
GigaSpaces XAP 7.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||