| java.lang.Object org.objectweb.jonas_lib.deployment.api.DescriptionGroupDesc
All known Subclasses: org.objectweb.jonas_ejb.deployment.api.DeploymentDesc, org.objectweb.jonas_lib.deployment.api.JndiEnvRefsGroupDesc,
DescriptionGroupDesc | abstract public class DescriptionGroupDesc implements DescriptionGroup(Code) | | 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 |
description | protected String description(Code) | | The description field
|
displayName | protected String displayName(Code) | | The displayName field
|
largeIcon | protected String largeIcon(Code) | | The large-icon field
|
smallIcon | protected String smallIcon(Code) | | The small-icon field
|
getDescription | public String getDescription()(Code) | | Get the description of the deployment descriptor.
the description of the deployment descriptor. |
getDisplayName | public String getDisplayName()(Code) | | Get the display name of the deployment descriptor.
the display name of the deployment descriptor. |
getLargeIcon | public String getLargeIcon()(Code) | | Get the large-icon of the deployment descriptor.
the large-icon of the deployment descriptor. |
getSAXMsg | protected static String getSAXMsg(String fileName, SAXParseException exception, String msg)(Code) | | 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 Parameters: exception - the SAX exception Parameters: msg - the string message a message which is in a consistent style |
getSmallIcon | public String getSmallIcon()(Code) | | Get the small-icon of the deployment descriptor.
the small-icon of the deployment descriptor. |
toString | abstract public String toString()(Code) | | Return a String representation of the DeploymentDesc.
a String representation of the DeploymentDesc. |
|
|