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 void
GenerateApplicationXmlMojo.generateStandardDeploymentDescriptor
(JavaEEVersion javaEEVersion) Generates the deployment descriptor.static EarModule
EarModuleFactory.newEarModule
(org.apache.maven.artifact.Artifact artifact, JavaEEVersion javaEEVersion, String defaultLibBundleDir, Boolean includeInApplicationXml, ArtifactTypeMappingService typeMappingService) Creates a newEarModule
based on the specifiedArtifact
and 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 JavaEEVersion
JavaEEVersion.EIGHT
Represents the JavaEE 8 version.static final JavaEEVersion
JavaEEVersion.ELEVEN
Represents the JakartaEE 11 version.static final JavaEEVersion
JavaEEVersion.FIVE
Represents the JavaEE 5 version.static final JavaEEVersion
JavaEEVersion.NINE
Represents the JakartaEE 9 version.static final JavaEEVersion
JavaEEVersion.ONE_DOT_FOUR
Represents the J2EE 1.4 version.static final JavaEEVersion
JavaEEVersion.ONE_DOT_THREE
Represents the J2EE 1.3 version.static final JavaEEVersion
JavaEEVersion.SEVEN
Represents the JavaEE 7 version.static final JavaEEVersion
JavaEEVersion.SIX
Represents the JavaEE 6 version.static final JavaEEVersion
JavaEEVersion.TEN
Represents the JakartaEE 10 version.Methods in org.apache.maven.plugins.ear.util that return JavaEEVersionModifier and TypeMethodDescriptionstatic JavaEEVersion
JavaEEVersion.getJavaEEVersion
(String paramVersion) Methods in org.apache.maven.plugins.ear.util with parameters of type JavaEEVersionModifier and TypeMethodDescriptionint
JavaEEVersion.compareTo
(JavaEEVersion otherVersion) boolean
JavaEEVersion.eq
(JavaEEVersion paramVersion) Specifies if this version is equal to the specified version.boolean
JavaEEVersion.ge
(JavaEEVersion paramVersion) Specifies if this version is greater or equal to the specified version.boolean
JavaEEVersion.gt
(JavaEEVersion paramVersion) Specifies if this version is greater than the specified version.boolean
JavaEEVersion.le
(JavaEEVersion paramVersion) Specifies if this version is less or equal to the specified version.boolean
JavaEEVersion.lt
(JavaEEVersion paramVersion) Specifies if this version is less than the specified version.