Uses of Class
org.apache.maven.plugin.ear.EnvEntry
-
Packages that use EnvEntry Package Description org.apache.maven.plugin.ear -
-
Uses of EnvEntry in org.apache.maven.plugin.ear
Fields in org.apache.maven.plugin.ear with type parameters of type EnvEntry Modifier and Type Field Description private java.util.List<EnvEntry>
ApplicationXmlWriterContext. envEntries
Methods in org.apache.maven.plugin.ear that return types with arguments of type EnvEntry Modifier and Type Method Description private java.util.List<EnvEntry>
GenerateApplicationXmlMojo. buildEnvEntries()
Builds the env-entries based on the configuration.java.util.List<EnvEntry>
ApplicationXmlWriterContext. getEnvEntries()
Returns the list ofEnvEntry
instances (as per JavaEE 6).
-