org.apache.openejb.util
Class IntrospectionSupport

java.lang.Object
  extended by org.apache.openejb.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<String,String> props, String optionPrefix)
           
static boolean setProperties(Object target, Map props)
           
static boolean setProperties(Object target, Map props, String optionPrefix)
           
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<String,String> 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)

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 © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.