Class EjbJar.NamingScheme
java.lang.Object
org.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.taskdefs.optional.ejb.EjbJar.NamingScheme
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Naming scheme where the generated jar is named by the basejarname attributestatic final String
Naming scheme where the generated jar name is based on the name of the deployment descriptor filestatic final String
Naming scheme where the generated jar name is based on the name of the directory containing the deployment descriptorstatic final String
Naming scheme where generated jar is determined from the ejb-name in the deployment descriptorFields inherited from class org.apache.tools.ant.types.EnumeratedAttribute
value
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
-
Field Details
-
EJB_NAME
Naming scheme where generated jar is determined from the ejb-name in the deployment descriptor- See Also:
-
DIRECTORY
Naming scheme where the generated jar name is based on the name of the directory containing the deployment descriptor- See Also:
-
DESCRIPTOR
Naming scheme where the generated jar name is based on the name of the deployment descriptor file- See Also:
-
BASEJARNAME
Naming scheme where the generated jar is named by the basejarname attribute- See Also:
-
-
Constructor Details
-
NamingScheme
public NamingScheme()
-
-
Method Details
-
getValues
Gets the values of the NamingScheme- Specified by:
getValues
in classEnumeratedAttribute
- Returns:
- an array of the values of this attribute class.
-