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 1705 2008-09-02 13:14:55Z adriana $

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

Field Detail

ICON

public static final java.lang.String ICON
Element name 'icon'.

See Also:
Constant Field Values

DISPLAY_NAME

public static final java.lang.String DISPLAY_NAME
Element name 'display-name'.

See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
Element name 'description'.

See Also:
Constant Field Values

MODULE

public static final java.lang.String MODULE
Element name 'module'.

See Also:
Constant Field Values

EJB

public static final java.lang.String EJB
Element name 'ejb'.

See Also:
Constant Field Values

WEB

public static final java.lang.String WEB
Element name 'web'.

See Also:
Constant Field Values

WEB_URI

public static final java.lang.String WEB_URI
Element name 'web-uri'.

See Also:
Constant Field Values

CONTEXT_ROOT

public static final java.lang.String CONTEXT_ROOT
Element name 'context-root'.

See Also:
Constant Field Values

SECURITY_ROLE

public static final java.lang.String SECURITY_ROLE
Element name 'security-role'.

See Also:
Constant Field Values
Constructor Detail

ApplicationXmlTag

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

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

ApplicationXmlTag

protected ApplicationXmlTag(ApplicationXmlType type,
                            java.lang.String tagName)
Constructor.

Parameters:
type - Descriptor type
tagName - The tag name of the element


Copyright © 2004-2011 Codehaus. All Rights Reserved.