Class EjbJar.NamingScheme
- java.lang.Object
- 
- org.apache.tools.ant.types.EnumeratedAttribute
- 
- org.apache.tools.ant.taskdefs.optional.ejb.EjbJar.NamingScheme
 
 
- 
- Enclosing class:
- EjbJar
 
 public static class EjbJar.NamingScheme extends EnumeratedAttribute An EnumeratedAttribute class for handling different EJB jar naming schemes
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringBASEJARNAMENaming scheme where the generated jar is named by the basejarname attributestatic java.lang.StringDESCRIPTORNaming scheme where the generated jar name is based on the name of the deployment descriptor filestatic java.lang.StringDIRECTORYNaming scheme where the generated jar name is based on the name of the directory containing the deployment descriptorstatic java.lang.StringEJB_NAMENaming scheme where generated jar is determined from the ejb-name in the deployment descriptor- 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttributevalue
 
- 
 - 
Constructor SummaryConstructors Constructor Description NamingScheme()
 - 
Method SummaryModifier and Type Method Description java.lang.String[]getValues()Gets the values of the NamingScheme- 
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttributecontainsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
 
- 
 
- 
- 
- 
Field Detail- 
EJB_NAMEpublic static final java.lang.String EJB_NAME Naming scheme where generated jar is determined from the ejb-name in the deployment descriptor- See Also:
- Constant Field Values
 
 - 
DIRECTORYpublic static final java.lang.String DIRECTORY Naming scheme where the generated jar name is based on the name of the directory containing the deployment descriptor- See Also:
- Constant Field Values
 
 - 
DESCRIPTORpublic static final java.lang.String DESCRIPTOR Naming scheme where the generated jar name is based on the name of the deployment descriptor file- See Also:
- Constant Field Values
 
 - 
BASEJARNAMEpublic static final java.lang.String BASEJARNAME Naming scheme where the generated jar is named by the basejarname attribute- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getValuespublic java.lang.String[] getValues() Gets the values of the NamingScheme- Specified by:
- getValuesin class- EnumeratedAttribute
- Returns:
- an array of the values of this attribute class.
 
 
- 
 
-