org.apache.maven.plugin.ide
Class JeeDescriptor
java.lang.Object
org.apache.maven.plugin.ide.JeeDescriptor
public class JeeDescriptor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JEE_1_2
public static final String JEE_1_2
- See Also:
- Constant Field Values
JEE_1_3
public static final String JEE_1_3
- See Also:
- Constant Field Values
JEE_1_4
public static final String JEE_1_4
- See Also:
- Constant Field Values
JEE_5_0
public static final String JEE_5_0
- See Also:
- Constant Field Values
JEE_6_0
public static final String JEE_6_0
- See Also:
- Constant Field Values
EJB_1_1
public static final String EJB_1_1
- See Also:
- Constant Field Values
EJB_2_0
public static final String EJB_2_0
- See Also:
- Constant Field Values
EJB_2_1
public static final String EJB_2_1
- See Also:
- Constant Field Values
EJB_3_0
public static final String EJB_3_0
- See Also:
- Constant Field Values
EJB_3_1
public static final String EJB_3_1
- See Also:
- Constant Field Values
SERVLET_2_2
public static final String SERVLET_2_2
- See Also:
- Constant Field Values
SERVLET_2_3
public static final String SERVLET_2_3
- See Also:
- Constant Field Values
SERVLET_2_4
public static final String SERVLET_2_4
- See Also:
- Constant Field Values
SERVLET_2_5
public static final String SERVLET_2_5
- See Also:
- Constant Field Values
SERVLET_3_0
public static final String SERVLET_3_0
- See Also:
- Constant Field Values
JSP_1_1
public static final String JSP_1_1
- See Also:
- Constant Field Values
JSP_1_2
public static final String JSP_1_2
- See Also:
- Constant Field Values
JSP_2_0
public static final String JSP_2_0
- See Also:
- Constant Field Values
JSP_2_1
public static final String JSP_2_1
- See Also:
- Constant Field Values
JSP_2_2
public static final String JSP_2_2
- See Also:
- Constant Field Values
JeeDescriptor
public JeeDescriptor(String jeeVersion,
String ejbVersion,
String servletVersion,
String jspVersion)
- Parameters:
jeeVersion
- ejbVersion
- servletVersion
- jspVersion
-
getEjbVersion
public String getEjbVersion()
- Returns:
- the ejbVersion
getJeeVersion
public String getJeeVersion()
- Returns:
- the jeeVersion
getJspVersion
public String getJspVersion()
- Returns:
- the jspVersion
getServletVersion
public String getServletVersion()
- Returns:
- the servletVersion
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.