org.apache.activemq.util
Class IntrospectionSupport

java.lang.Object
  extended by org.apache.activemq.util.IntrospectionSupport

public class IntrospectionSupport
extends Object


Constructor Summary
IntrospectionSupport()
           
 
Method Summary
protected static void appendToString(StringBuffer buffer, Object value)
           
static Map extractProperties(Map props, String optionPrefix)
           
static boolean getProperties(Object target, Map props, String optionPrefix)
           
static boolean setProperties(Object target, Map props)
           
static boolean setProperties(Object target, Map props, String optionPrefix)
           
static boolean setProperty(Object target, String name, Object value)
           
static String simpleName(Class clazz)
           
static String toString(Object target)
           
static String toString(Object target, Class stopClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntrospectionSupport

public IntrospectionSupport()
Method Detail

getProperties

public static boolean getProperties(Object target,
                                    Map props,
                                    String optionPrefix)

setProperties

public static boolean setProperties(Object target,
                                    Map props,
                                    String optionPrefix)

extractProperties

public static Map extractProperties(Map props,
                                    String optionPrefix)

setProperties

public static boolean setProperties(Object target,
                                    Map props)

setProperty

public static boolean setProperty(Object target,
                                  String name,
                                  Object value)

toString

public static String toString(Object target)

toString

public static String toString(Object target,
                              Class stopClass)

appendToString

protected static void appendToString(StringBuffer buffer,
                                     Object value)

simpleName

public static String simpleName(Class clazz)


Copyright © 2011 Apache Software Foundation. All Rights Reserved.