Package org.jboss.jca.as.upgrader
Class ModuleXml
java.lang.Object
org.jboss.jca.as.upgrader.ModuleXml
module.xml definitions
- Author:
- Jesper Pedersen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the API definitongetImplementation(String commonImplVersion, String coreImplVersion, String deployersCommonVersion, String validatorVersion) Get the implementation definitonGet the JDBC definiton
-
Constructor Details
-
ModuleXml
public ModuleXml()
-
-
Method Details
-
getApi
public static List<String> getApi(String commonApiVersion, String commonSpiVersion, String coreApiVersion) Get the API definiton- Parameters:
commonApiVersion- The versioncommonSpiVersion- The versioncoreApiVersion- 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 versioncoreImplVersion- The versiondeployersCommonVersion- The versionvalidatorVersion- The version- Returns:
- The value
-
getJdbc
Get the JDBC definiton- Parameters:
jdbcVersion- The version- Returns:
- The value
-