org.rhq.plugins.jbossas5.util
Class DebugUtils

java.lang.Object
  extended by org.rhq.plugins.jbossas5.util.DebugUtils

public abstract class DebugUtils
extends Object

Utility methods for converting various Profile Service objects into Strings for debugging purposes.

Author:
Ian Springer

Method Summary
static String convertMetaValueToString(org.jboss.metatype.api.values.MetaValue metaValue)
           
static String convertPropertiesToString(org.jboss.managed.api.DeploymentTemplateInfo template)
           
static String convertPropertiesToString(org.jboss.managed.api.ManagedComponent managedComponent)
           
static String convertPropertiesToString(Map<String,org.jboss.managed.api.ManagedProperty> managedProps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

convertPropertiesToString

public static String convertPropertiesToString(org.jboss.managed.api.ManagedComponent managedComponent)

convertPropertiesToString

public static String convertPropertiesToString(org.jboss.managed.api.DeploymentTemplateInfo template)

convertMetaValueToString

public static String convertMetaValueToString(org.jboss.metatype.api.values.MetaValue metaValue)

convertPropertiesToString

public static String convertPropertiesToString(Map<String,org.jboss.managed.api.ManagedProperty> managedProps)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.