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 version)
          Get the API definiton
static List<String> getImplementation(String version)
          Get the implementation definiton
static List<String> getJdbc(String version)
          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 version)
Get the API definiton

Parameters:
version - The version
Returns:
The value

getImplementation

public static List<String> getImplementation(String version)
Get the implementation definiton

Parameters:
version - The version
Returns:
The value

getJdbc

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

Parameters:
version - The version
Returns:
The value


Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)