GigaSpaces XAP 9.7.2 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
           
static String SPRING_LDAP_VERSION
           
static String SPRING_SECURITY_VERSION
           
static String SPRING_VERSION
           
 
Constructor Summary
POMGenerator()
           
 
Method Summary
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 printDependencyManagementFooter(PrintWriter writer)
           
static void printDependencyManagementHeader(PrintWriter writer)
           
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)
           
 
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

SPRING_VERSION

public static final String SPRING_VERSION
See Also:
Constant Field Values

SPRING_SECURITY_VERSION

public static final String SPRING_SECURITY_VERSION
See Also:
Constant Field Values

SPRING_LDAP_VERSION

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

printDependenciesHeader

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

printDependencyManagementHeader

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

printDependencyManagementFooter

public static void printDependencyManagementFooter(PrintWriter writer)
                                            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)

printTestDependency

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

printProvidedDependency

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

printCompileDependency

public static void printCompileDependency(PrintWriter writer,
                                          String groupId,
                                          String artifactId)

printCompileDependency

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

printDependency

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

printDependenciesFooter

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

printProjectFooter

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

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.