Class EjbJar.NamingScheme
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.taskdefs.optional.ejb.EjbJar.NamingScheme
- Enclosing class:
- EjbJar
An EnumeratedAttribute class for handling different EJB jar naming
 schemes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringNaming scheme where the generated jar is named by the basejarname attributestatic final StringNaming scheme where the generated jar name is based on the name of the deployment descriptor filestatic final StringNaming scheme where the generated jar name is based on the name of the directory containing the deployment descriptorstatic final StringNaming scheme where generated jar is determined from the ejb-name in the deployment descriptorFields inherited from class org.apache.tools.ant.types.EnumeratedAttributevalue
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.tools.ant.types.EnumeratedAttributecontainsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
- 
Field Details- 
EJB_NAMENaming scheme where generated jar is determined from the ejb-name in the deployment descriptor- See Also:
 
- 
DIRECTORYNaming scheme where the generated jar name is based on the name of the directory containing the deployment descriptor- See Also:
 
- 
DESCRIPTORNaming scheme where the generated jar name is based on the name of the deployment descriptor file- See Also:
 
- 
BASEJARNAMENaming scheme where the generated jar is named by the basejarname attribute- See Also:
 
 
- 
- 
Constructor Details- 
NamingSchemepublic NamingScheme()
 
- 
- 
Method Details- 
getValuesGets the values of the NamingScheme- Specified by:
- getValuesin class- EnumeratedAttribute
- Returns:
- an array of the values of this attribute class.
 
 
-