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 Object
implements DeploymentDescManager

Abstract class of DeploymentDesc manager. Use for common methods.

Author:
Florent Benoit

Field Summary
static String LINK_SEPARATOR
          Char separator in a link.
 
Constructor Summary
protected AbsDeploymentDescManager()
          Utility class, no public constructor
 
Method Summary
protected static String xmlContent(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 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 String xmlContent(InputStream in)
                            throws IOException
Return the content of the inut stream

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


Copyright © 2007 OW2 Consortium. All Rights Reserved.