org.objectweb.jonas_lib.deployment.lib
Class AbsDeploymentDescManager

java.lang.Object
  extended by org.objectweb.jonas_lib.deployment.lib.AbsDeploymentDescManager
All Implemented Interfaces:
DeploymentDescManager
Direct Known Subclasses:
ClientDeploymentDescManager, ClusterDaemonConfigurationManager, DomainMapManager, EarDeploymentDescManager, EjbDeploymentDescManager, RarDeploymentDescManager, WebDeploymentDescManager, WSDeploymentDescManager

public abstract class AbsDeploymentDescManager
extends java.lang.Object
implements DeploymentDescManager

Abstract class of DeploymentDesc manager. Use for common methods.

Author:
Florent Benoit

Field Summary
static java.lang.String LINK_SEPARATOR
          Char separator in a link.
 
Constructor Summary
protected AbsDeploymentDescManager()
          Utility class, no public constructor
 
Method Summary
protected static java.lang.String xmlContent(java.io.InputStream in)
          Return the content of the inut stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINK_SEPARATOR

public static final java.lang.String LINK_SEPARATOR
Char separator in a link.

See Also:
Constant Field Values
Constructor Detail

AbsDeploymentDescManager

protected AbsDeploymentDescManager()
Utility class, no public constructor

Method Detail

xmlContent

protected static java.lang.String xmlContent(java.io.InputStream in)
                                      throws java.io.IOException
Return the content of the inut stream

Parameters:
in - the given input stream
Returns:
the content of the inut stream
Throws:
java.io.IOException - if the file can't be read