org.apache.tools.ant.taskdefs.optional.ejb
public static class EjbJar.NamingScheme extends EnumeratedAttribute
Field Summary | |
---|---|
static String | BASEJARNAME
Naming scheme where the generated jar is named by the basejarname
attribute |
static String | DESCRIPTOR
Naming scheme where the generated jar name is based on the name of
the deployment descriptor file |
static String | DIRECTORY
Naming scheme where the generated jar name is based on the
name of the directory containing the deployment descriptor |
static String | EJB_NAME
Naming scheme where generated jar is determined from the ejb-name in
the deployment descripor |
Method Summary | |
---|---|
String[] | getValues()
Gets the values of the NamingScheme
|
Returns: an array of the values of this attribute class.