| java.lang.Object org.objectweb.jonas_lib.deployment.api.AbsDeploymentDesc
All known Subclasses: org.objectweb.jonas_ear.deployment.api.EarDeploymentDesc, org.objectweb.jonas_rar.deployment.api.RarDeploymentDesc, org.objectweb.jonas_domain.api.DomainMap, org.objectweb.jonas_ws.deployment.api.WSDeploymentDesc, org.objectweb.jonas_clusterd.api.ClusterDaemonConfiguration,
AbsDeploymentDesc | abstract public class AbsDeploymentDesc implements DeploymentDesc(Code) | | This class provides an abstract implementation of the
DeploymentDescriptor interface of JOnAS
author: Ludovic Bert author: Florent Benoit |
Method Summary | |
public String | getDisplayName() Get the display name of the deployment descriptor. | protected static String | getSAXMsg(String fileName, SAXParseException exception, String msg) build a message from SAX Exception in a consistent style, consistent
with emacs compile mode (same as grep, cc, javac, etc). | abstract public String | toString() Return a String representation of the DeploymentDesc. |
displayName | protected String displayName(Code) | | The displayName field
|
getDisplayName | public String getDisplayName()(Code) | | Get the display name of the deployment descriptor.
the display name 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 |
toString | abstract public String toString()(Code) | | Return a String representation of the DeploymentDesc.
a String representation of the DeploymentDesc. |
|
|