GigaSpaces - Open Spaces

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 GS_CORE_GROUP
           
static String GS_JINI_GROUP
           
static String GS_OS_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

GS_JINI_GROUP

public static final String GS_JINI_GROUP
See Also:
Constant Field Values

GS_CORE_GROUP

public static final String GS_CORE_GROUP
See Also:
Constant Field Values

GS_OS_GROUP

public static final String GS_OS_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)

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 - Open Spaces

Copyright © GigaSpaces.