org.jboss.jca.as.upgrader
Class ModuleXml

java.lang.Object
  extended by org.jboss.jca.as.upgrader.ModuleXml

public class ModuleXml
extends Object

module.xml definitions

Author:
Jesper Pedersen

Constructor Summary
ModuleXml()
           
 
Method Summary
static List<String> getApi(String commonApiVersion, String commonSpiVersion, String coreApiVersion)
          Get the API definiton
static List<String> getImplementation(String commonImplVersion, String coreImplVersion, String deployersCommonVersion, String validatorVersion)
          Get the implementation definiton
static List<String> getJdbc(String jdbcVersion)
          Get the JDBC definiton
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleXml

public ModuleXml()
Method Detail

getApi

public static List<String> getApi(String commonApiVersion,
                                  String commonSpiVersion,
                                  String coreApiVersion)
Get the API definiton

Parameters:
commonApiVersion - The version
commonSpiVersion - The version
coreApiVersion - The version
Returns:
The value

getImplementation

public static List<String> getImplementation(String commonImplVersion,
                                             String coreImplVersion,
                                             String deployersCommonVersion,
                                             String validatorVersion)
Get the implementation definiton

Parameters:
commonImplVersion - The version
coreImplVersion - The version
deployersCommonVersion - The version
validatorVersion - The version
Returns:
The value

getJdbc

public static List<String> getJdbc(String jdbcVersion)
Get the JDBC definiton

Parameters:
jdbcVersion - The version
Returns:
The value


Copyright © 2011 Red Hat Middleware LLC (http://www.jboss.com/)