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 Details

    • EJB_NAME

      public static final String EJB_NAME
      Naming scheme where generated jar is determined from the ejb-name in the deployment descriptor
      See Also:
    • 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
      See Also:
    • DESCRIPTOR

      public static final String DESCRIPTOR
      Naming scheme where the generated jar name is based on the name of the deployment descriptor file
      See Also:
    • BASEJARNAME

      public static final String BASEJARNAME
      Naming scheme where the generated jar is named by the basejarname attribute
      See Also:
  • Constructor Details

    • NamingScheme

      public NamingScheme()
  • Method Details

    • getValues

      public String[] getValues()
      Gets the values of the NamingScheme
      Specified by:
      getValues in class EnumeratedAttribute
      Returns:
      an array of the values of this attribute class.