Uses of Class
org.apache.maven.plugin.ear.util.JavaEEVersion

Packages that use JavaEEVersion
org.apache.maven.plugin.ear   
org.apache.maven.plugin.ear.util   
 

Uses of JavaEEVersion in org.apache.maven.plugin.ear
 

Methods in org.apache.maven.plugin.ear with parameters of type JavaEEVersion
protected  void GenerateApplicationXmlMojo.generateStandardDeploymentDescriptor(JavaEEVersion javaEEVersion)
          Generates the deployment descriptor.
static EarModule EarModuleFactory.newEarModule(Artifact artifact, JavaEEVersion javaEEVersion, String defaultLibBundleDir, Boolean includeInApplicationXml, ArtifactTypeMappingService typeMappingService)
          Creates a new EarModule based on the specified Artifact and the specified execution configuration.
 

Uses of JavaEEVersion in org.apache.maven.plugin.ear.util
 

Fields in org.apache.maven.plugin.ear.util declared as JavaEEVersion
static JavaEEVersion JavaEEVersion.Five
          Represents the JavaEE 5 version.
static JavaEEVersion JavaEEVersion.OneDotFour
          Represents the J2EE 1.4 version.
static JavaEEVersion JavaEEVersion.OneDotThree
          Represents the J2EE 1.3 version.
static JavaEEVersion JavaEEVersion.Six
          Represents the JavaEE 7 version.
 

Methods in org.apache.maven.plugin.ear.util that return JavaEEVersion
static JavaEEVersion JavaEEVersion.getJavaEEVersion(String version)
           
 

Methods in org.apache.maven.plugin.ear.util with parameters of type JavaEEVersion
 int JavaEEVersion.compareTo(JavaEEVersion otherVersion)
           
 boolean JavaEEVersion.eq(JavaEEVersion version)
          Specifies if this version is equal to the specified version.
 boolean JavaEEVersion.ge(JavaEEVersion version)
          Specifies if this version is greater or equal to the specified version.
 boolean JavaEEVersion.gt(JavaEEVersion version)
          Specifies if this version is greater than the specified version.
 boolean JavaEEVersion.le(JavaEEVersion version)
          Specifies if this version is less or equal to the specified version.
 boolean JavaEEVersion.lt(JavaEEVersion version)
          Specifies if this version is less than the specified version.
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.