| 
 | |||||||||
| 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.apache.tools.ant.taskdefs.optional.ejb.EjbJar.NamingScheme
public static class EjbJar.NamingScheme
An EnumeratedAttribute class for handling different EJB jar naming schemes
| Field Summary | |
|---|---|
| static java.lang.String | BASEJARNAMENaming scheme where the generated jar is named by the basejarname attribute | 
| static java.lang.String | DESCRIPTORNaming scheme where the generated jar name is based on the name of the deployment descriptor file | 
| static java.lang.String | DIRECTORYNaming scheme where the generated jar name is based on the name of the directory containing the deployment descriptor | 
| static java.lang.String | EJB_NAMENaming scheme where generated jar is determined from the ejb-name in the deployment descriptor | 
| Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute | 
|---|
| value | 
| Constructor Summary | |
|---|---|
| EjbJar.NamingScheme() | |
| Method Summary | |
|---|---|
|  java.lang.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 java.lang.String EJB_NAME
public static final java.lang.String DIRECTORY
public static final java.lang.String DESCRIPTOR
public static final java.lang.String BASEJARNAME
| Constructor Detail | 
|---|
public EjbJar.NamingScheme()
| Method Detail | 
|---|
public java.lang.String[] getValues()
getValues in class EnumeratedAttribute| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||