GigaSpaces XAP 9.0 API

org.openspaces.maven.support
Class POMGenerator

java.lang.Object
  extended by org.openspaces.maven.support.POMGenerator

public class POMGenerator
extends Object

Author:
kimchy

Field Summary
static String CLOUDIFY_GROUP
           
static String GS_GROUP
           
 
Constructor Summary
POMGenerator()
           
 
Method Summary
static void main(String[] args)
           
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

GS_GROUP

public static final String GS_GROUP
See Also:
Constant Field Values

CLOUDIFY_GROUP

public static final String CLOUDIFY_GROUP
See Also:
Constant Field Values
Constructor Detail

POMGenerator

public POMGenerator()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

printHeader

public static void printHeader(PrintWriter writer,
                               String version,
                               String groupId,
                               String artifactId)
                        throws Exception
Throws:
Exception

printDependency

public static void printDependency(PrintWriter writer,
                                   String groupId,
                                   String artifactId,
                                   String version)

printFooter

public static void printFooter(PrintWriter writer)
                        throws Exception
Throws:
Exception

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.