org.codehaus.cargo.module.application
Class ApplicationXmlTag

java.lang.Object
  extended by org.codehaus.cargo.module.DescriptorTag
      extended by org.codehaus.cargo.module.application.ApplicationXmlTag

public final class ApplicationXmlTag
extends DescriptorTag

Represents the various top-level tags in a enterprise application deployment descriptor as a typesafe enumeration.

Version:
$Id: ApplicationXmlTag.java 1089 2006-07-15 19:39:59Z vmassol $

Field Summary
static ApplicationXmlTag CONTEXT_ROOT
          Element name 'context-root'.
static ApplicationXmlTag DESCRIPTION
          Element name 'description'.
static ApplicationXmlTag DISPLAY_NAME
          Element name 'display-name'.
static ApplicationXmlTag EJB
          Element name 'ejb'.
static ApplicationXmlTag ICON
          Element name 'icon'.
static ApplicationXmlTag MODULE
          Element name 'module'.
static ApplicationXmlTag SECURITY_ROLE
          Element name 'security-role'.
static ApplicationXmlTag WEB
          Element name 'web'.
static ApplicationXmlTag WEB_URI
          Element name 'web-uri'.
 
Constructor Summary
protected ApplicationXmlTag(java.lang.String tagName)
          Constructor.
protected ApplicationXmlTag(java.lang.String tagName, boolean isMultipleAllowed)
          Constructor.
 
Method Summary
 
Methods inherited from class org.codehaus.cargo.module.DescriptorTag
equals, getTagName, hashCode, isMultipleAllowed, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ICON

public static final ApplicationXmlTag ICON
Element name 'icon'.


DISPLAY_NAME

public static final ApplicationXmlTag DISPLAY_NAME
Element name 'display-name'.


DESCRIPTION

public static final ApplicationXmlTag DESCRIPTION
Element name 'description'.


MODULE

public static final ApplicationXmlTag MODULE
Element name 'module'.


EJB

public static final ApplicationXmlTag EJB
Element name 'ejb'.


WEB

public static final ApplicationXmlTag WEB
Element name 'web'.


WEB_URI

public static final ApplicationXmlTag WEB_URI
Element name 'web-uri'.


CONTEXT_ROOT

public static final ApplicationXmlTag CONTEXT_ROOT
Element name 'context-root'.


SECURITY_ROLE

public static final ApplicationXmlTag SECURITY_ROLE
Element name 'security-role'.

Constructor Detail

ApplicationXmlTag

protected ApplicationXmlTag(java.lang.String tagName,
                            boolean isMultipleAllowed)
Constructor.

Parameters:
tagName - The tag name of the element
isMultipleAllowed - Whether the element may occur multiple times in the descriptor

ApplicationXmlTag

protected ApplicationXmlTag(java.lang.String tagName)
Constructor.

Parameters:
tagName - The tag name of the element


Copyright © 2004-2009 Codehaus. All Rights Reserved.