org.apache.cxf.testutil.common
Class TestUtil

java.lang.Object
  extended by org.apache.cxf.testutil.common.TestUtil

public final class TestUtil
extends java.lang.Object


Method Summary
static boolean deleteDir(java.io.File dir)
           
static java.lang.String getClassPath(java.lang.ClassLoader loader)
           
static java.lang.reflect.Method getMethod(java.lang.Class<?> clazz, java.lang.String methodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

deleteDir

public static boolean deleteDir(java.io.File dir)

getClassPath

public static java.lang.String getClassPath(java.lang.ClassLoader loader)
                                     throws java.net.URISyntaxException
Throws:
java.net.URISyntaxException

getMethod

public static java.lang.reflect.Method getMethod(java.lang.Class<?> clazz,
                                                 java.lang.String methodName)


Apache CXF