org.apache.tools.ant.taskdefs.optional.ejb

Class EjbJar.NamingScheme

public static class EjbJar.NamingScheme extends EnumeratedAttribute

An EnumeratedAttribute class for handling different EJB jar naming schemes
Field Summary
static StringBASEJARNAME
Naming scheme where the generated jar is named by the basejarname attribute
static StringDESCRIPTOR
Naming scheme where the generated jar name is based on the name of the deployment descriptor file
static StringDIRECTORY
Naming scheme where the generated jar name is based on the name of the directory containing the deployment descriptor
static StringEJB_NAME
Naming scheme where generated jar is determined from the ejb-name in the deployment descripor
Method Summary
String[]getValues()
Gets the values of the NamingScheme

Field Detail

BASEJARNAME

public static final String BASEJARNAME
Naming scheme where the generated jar is named by the basejarname attribute

DESCRIPTOR

public static final String DESCRIPTOR
Naming scheme where the generated jar name is based on the name of the deployment descriptor file

DIRECTORY

public static final String DIRECTORY
Naming scheme where the generated jar name is based on the name of the directory containing the deployment descriptor

EJB_NAME

public static final String EJB_NAME
Naming scheme where generated jar is determined from the ejb-name in the deployment descripor

Method Detail

getValues

public String[] getValues()
Gets the values of the NamingScheme

Returns: an array of the values of this attribute class.

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.