| Package | Description |
|---|---|
| org.apache.maven.plugin.ide |
| Modifier and Type | Method and Description |
|---|---|
static JeeDescriptor |
JeeUtils.getJeeDescriptorFromEjbVersion(java.lang.String ejbVersion)
Returns the JEEDescriptor associated to an EJB specifications version.
|
static JeeDescriptor |
JeeUtils.getJeeDescriptorFromJeeVersion(java.lang.String jeeVersion)
Returns the JEEDescriptor associated to a JEE specifications version.
|
static JeeDescriptor |
JeeUtils.getJeeDescriptorFromJspVersion(java.lang.String jspVersion)
Returns the JEEDescriptor associated to a JSP specifications version.
|
static JeeDescriptor |
JeeUtils.getJeeDescriptorFromServletVersion(java.lang.String servletVersion)
Returns the JEEDescriptor associated to a Servlet specifications version.
|