Uses of Class
org.apache.maven.plugin.ear.EjbRef
-
Packages that use EjbRef Package Description org.apache.maven.plugin.ear -
-
Uses of EjbRef in org.apache.maven.plugin.ear
Fields in org.apache.maven.plugin.ear with type parameters of type EjbRef Modifier and Type Field Description private java.util.List<EjbRef>
ApplicationXmlWriterContext. ejbEntries
Methods in org.apache.maven.plugin.ear that return types with arguments of type EjbRef Modifier and Type Method Description private java.util.List<EjbRef>
GenerateApplicationXmlMojo. buildEjbEntries()
Builds the ejb-ref based on the configuration.java.util.List<EjbRef>
ApplicationXmlWriterContext. getEjbEntries()
Returns the list ofEjbRef
.
-