org.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc Class Reference

Inherits org.objectweb.jonas_lib.deployment.api.DescriptionGroup.

Inherited by org.objectweb.jonas_lib.deployment.api.JndiEnvRefsGroupDesc.

Inheritance diagram for org.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc:

Collaboration graph
[legend]
List of all members.

Public Member Functions

String getDisplayName ()
String getDescription ()
String getSmallIcon ()
String getLargeIcon ()
abstract String toString ()

Static Protected Member Functions

String getSAXMsg (String fileName, SAXParseException exception, String msg)

Protected Attributes

String description = null
String displayName = null
String smallIcon = null
String largeIcon = null

Detailed Description

This class is used to keep the usage of the contained description related elements consistent acoross J2EE deployment descriptors. Elements are "description", "display-name", "icon" used by application, connector, ejb-jar, webservices.

Author:
Philippe Coq

Definition at line 44 of file DescriptionGroupDesc.java.


Member Function Documentation

String org.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc.getDescription  ) 
 

Get the description of the deployment descriptor.

Returns:
the description of the deployment descriptor.

Implements org.objectweb.jonas_lib.deployment.api.DescriptionGroup.

Definition at line 78 of file DescriptionGroupDesc.java.

String org.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc.getDisplayName  ) 
 

Get the display name of the deployment descriptor.

Returns:
the display name of the deployment descriptor.

Implements org.objectweb.jonas_lib.deployment.api.DescriptionGroup.

Definition at line 70 of file DescriptionGroupDesc.java.

String org.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc.getLargeIcon  ) 
 

Get the large-icon of the deployment descriptor.

Returns:
the large-icon of the deployment descriptor.

Implements org.objectweb.jonas_lib.deployment.api.DescriptionGroup.

Definition at line 94 of file DescriptionGroupDesc.java.

String org.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc.getSAXMsg String  fileName,
SAXParseException  exception,
String  msg
[static, protected]
 

build a message from SAX Exception in a consistent style, consistent with emacs compile mode (same as grep, cc, javac, etc).

Parameters:
fileName name of the file
exception the SAX exception
msg the string message
Returns:
a message which is in a consistent style

Definition at line 112 of file DescriptionGroupDesc.java.

String org.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc.getSmallIcon  ) 
 

Get the small-icon of the deployment descriptor.

Returns:
the small-icon of the deployment descriptor.

Implements org.objectweb.jonas_lib.deployment.api.DescriptionGroup.

Definition at line 86 of file DescriptionGroupDesc.java.

abstract String org.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc.toString  )  [pure virtual]
 

Return a String representation of the DeploymentDesc.

Returns:
a String representation of the DeploymentDesc.

Implements org.objectweb.jonas_lib.deployment.api.DescriptionGroup.


Member Data Documentation

String org.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc.description = null [protected]
 

The description field

Definition at line 49 of file DescriptionGroupDesc.java.

String org.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc.displayName = null [protected]
 

The displayName field

Definition at line 54 of file DescriptionGroupDesc.java.

String org.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc.largeIcon = null [protected]
 

The large-icon field

Definition at line 64 of file DescriptionGroupDesc.java.

String org.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc.smallIcon = null [protected]
 

The small-icon field

Definition at line 59 of file DescriptionGroupDesc.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:12:12 2005 for JOnAS by  doxygen 1.3.9.1