Uses of Class
org.apache.maven.plugin.ear.util.JavaEEVersion
-
Packages that use JavaEEVersion Package Description org.apache.maven.plugin.ear org.apache.maven.plugin.ear.util -
-
Uses of JavaEEVersion in org.apache.maven.plugin.ear
Fields in org.apache.maven.plugin.ear declared as JavaEEVersion Modifier and Type Field Description private JavaEEVersionApplicationXmlWriter. versionMethods in org.apache.maven.plugin.ear with parameters of type JavaEEVersion Modifier and Type Method Description private voidEarMojo. changeManifestClasspath(EarModule module, java.io.File original, JavaEEVersion javaEEVersion)private voidEarMojo. copyModules(JavaEEVersion javaEEVersion, java.util.List<java.lang.String> unpackTypesList)protected voidGenerateApplicationXmlMojo. generateStandardDeploymentDescriptor(JavaEEVersion javaEEVersion)Generates the deployment descriptor.static EarModuleEarModuleFactory. newEarModule(org.apache.maven.artifact.Artifact artifact, JavaEEVersion javaEEVersion, java.lang.String defaultLibBundleDir, java.lang.Boolean includeInApplicationXml, ArtifactTypeMappingService typeMappingService)Creates a newEarModulebased on the specifiedArtifactand the specified execution configuration.Constructors in org.apache.maven.plugin.ear with parameters of type JavaEEVersion Constructor Description ApplicationXmlWriter(JavaEEVersion version, java.lang.String encoding, java.lang.Boolean generateModuleId) -
Uses of JavaEEVersion in org.apache.maven.plugin.ear.util
Fields in org.apache.maven.plugin.ear.util declared as JavaEEVersion Modifier and Type Field Description static JavaEEVersionJavaEEVersion. FIVERepresents the JavaEE 5 version.static JavaEEVersionJavaEEVersion. ONE_DOT_FOURRepresents the J2EE 1.4 version.static JavaEEVersionJavaEEVersion. ONE_DOT_THREERepresents the J2EE 1.3 version.static JavaEEVersionJavaEEVersion. SEVENRepresents the JavaEE 7 version.static JavaEEVersionJavaEEVersion. SIXRepresents the JavaEE 6 version.Fields in org.apache.maven.plugin.ear.util with type parameters of type JavaEEVersion Modifier and Type Field Description private static java.util.Map<java.lang.String,JavaEEVersion>JavaEEVersion. VERSION_MAPMethods in org.apache.maven.plugin.ear.util that return JavaEEVersion Modifier and Type Method Description static JavaEEVersionJavaEEVersion. getJavaEEVersion(java.lang.String paramVersion)Methods in org.apache.maven.plugin.ear.util with parameters of type JavaEEVersion Modifier and Type Method Description intJavaEEVersion. compareTo(JavaEEVersion otherVersion)booleanJavaEEVersion. eq(JavaEEVersion paramVersion)Specifies if this version is equal to the specified version.booleanJavaEEVersion. ge(JavaEEVersion parmVersion)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.
-