Uses of Class
org.apache.maven.plugins.ear.util.JavaEEVersion
Packages that use JavaEEVersion
-
Uses of JavaEEVersion in org.apache.maven.plugins.ear
Methods in org.apache.maven.plugins.ear with parameters of type JavaEEVersionModifier and TypeMethodDescriptionprotected voidGenerateApplicationXmlMojo.generateStandardDeploymentDescriptor(JavaEEVersion javaEEVersion) Generates the deployment descriptor.static EarModuleEarModuleFactory.newEarModule(org.apache.maven.artifact.Artifact artifact, JavaEEVersion javaEEVersion, String defaultLibBundleDir, Boolean includeInApplicationXml, ArtifactTypeMappingService typeMappingService) Creates a newEarModulebased on the specifiedArtifactand the specified execution configuration. -
Uses of JavaEEVersion in org.apache.maven.plugins.ear.util
Fields in org.apache.maven.plugins.ear.util declared as JavaEEVersionModifier and TypeFieldDescriptionstatic final JavaEEVersionJavaEEVersion.EIGHTRepresents the JavaEE 8 version.static final JavaEEVersionJavaEEVersion.ELEVENRepresents the JakartaEE 11 version.static final JavaEEVersionJavaEEVersion.FIVERepresents the JavaEE 5 version.static final JavaEEVersionJavaEEVersion.NINERepresents the JakartaEE 9 version.static final JavaEEVersionJavaEEVersion.ONE_DOT_FOURRepresents the J2EE 1.4 version.static final JavaEEVersionJavaEEVersion.ONE_DOT_THREERepresents the J2EE 1.3 version.static final JavaEEVersionJavaEEVersion.SEVENRepresents the JavaEE 7 version.static final JavaEEVersionJavaEEVersion.SIXRepresents the JavaEE 6 version.static final JavaEEVersionJavaEEVersion.TENRepresents the JakartaEE 10 version.Methods in org.apache.maven.plugins.ear.util that return JavaEEVersionModifier and TypeMethodDescriptionstatic JavaEEVersionJavaEEVersion.getJavaEEVersion(String paramVersion) Methods in org.apache.maven.plugins.ear.util with parameters of type JavaEEVersionModifier and TypeMethodDescriptionintJavaEEVersion.compareTo(JavaEEVersion otherVersion) booleanJavaEEVersion.eq(JavaEEVersion paramVersion) Specifies if this version is equal to the specified version.booleanJavaEEVersion.ge(JavaEEVersion paramVersion) Specifies if this version is greater or equal to the specified version.booleanJavaEEVersion.gt(JavaEEVersion paramVersion) Specifies if this version is greater than the specified version.booleanJavaEEVersion.le(JavaEEVersion paramVersion) Specifies if this version is less or equal to the specified version.booleanJavaEEVersion.lt(JavaEEVersion paramVersion) Specifies if this version is less than the specified version.