|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.types.EnumeratedAttribute
org.ow2.jonas.antmodular.ejb2.EjbJar.NamingScheme
public static class EjbJar.NamingScheme
An EnumeratedAttribute class for handling different EJB jar naming schemes
| 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 |
| Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
|---|
value |
| Constructor Summary | |
|---|---|
EjbJar.NamingScheme()
|
|
| Method Summary | |
|---|---|
String[] |
getValues()
Gets the values of the NamingScheme |
| Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
|---|
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String EJB_NAME
public static final String DIRECTORY
public static final String DESCRIPTOR
public static final String BASEJARNAME
| Constructor Detail |
|---|
public EjbJar.NamingScheme()
| Method Detail |
|---|
public String[] getValues()
getValues in class org.apache.tools.ant.types.EnumeratedAttribute
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||