public class POMGenerator extends Object
Modifier and Type | Field and Description |
---|---|
static String |
GS_GROUP |
static String |
POM_ARTIFACT_ID |
static String |
POM_FILE_NAME |
Constructor and Description |
---|
POMGenerator() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static void |
printCompileDependency(PrintWriter writer,
String groupId,
String artifactId) |
static void |
printCompileDependency(PrintWriter writer,
String groupId,
String artifactId,
String version) |
static void |
printDependenciesFooter(PrintWriter writer) |
static void |
printDependenciesHeader(PrintWriter writer) |
static void |
printDependency(PrintWriter writer,
String groupId,
String artifactId) |
static void |
printDependency(PrintWriter writer,
String groupId,
String artifactId,
String version) |
static void |
printDependency(PrintWriter writer,
String groupId,
String artifactId,
String version,
String scope) |
static void |
printHeader(PrintWriter writer,
String version,
String groupId,
String artifactId) |
static void |
printProjectFooter(PrintWriter writer) |
static void |
printProvidedDependency(PrintWriter writer,
String groupId,
String artifactId,
String version) |
static void |
printTestDependency(PrintWriter writer,
String groupId,
String artifactId,
String version) |
public static final String GS_GROUP
public static final String POM_FILE_NAME
public static final String POM_ARTIFACT_ID
public static void printHeader(PrintWriter writer, String version, String groupId, String artifactId) throws Exception
Exception
public static void printDependenciesHeader(PrintWriter writer) 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 printTestDependency(PrintWriter writer, String groupId, String artifactId, String version)
public static void printProvidedDependency(PrintWriter writer, String groupId, String artifactId, String version)
public static void printCompileDependency(PrintWriter writer, String groupId, String artifactId)
public static void printCompileDependency(PrintWriter writer, String groupId, String artifactId, String version)
public static void printDependency(PrintWriter writer, String groupId, String artifactId, String version, String scope)
public static void printDependenciesFooter(PrintWriter writer) throws Exception
Exception
public static void printProjectFooter(PrintWriter writer) throws Exception
Exception
Copyright © GigaSpaces.