org.objectweb.jonas_lib.deployment.lib
Class AbsDeploymentDescManager
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LINK_SEPARATOR
public static final String LINK_SEPARATOR
- Char separator in a link.
- See Also:
- Constant Field Values
AbsDeploymentDescManager
protected AbsDeploymentDescManager()
- Utility class, no public constructor
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.