org.apache.juddi.v3.client
Class ClassUtil

java.lang.Object
  extended by org.apache.juddi.v3.client.ClassUtil

public class ClassUtil
extends Object

Author:
Tom Cunningham

Constructor Summary
ClassUtil()
           
 
Method Summary
static Class<?> forName(String name, Class<?> caller)
           
static URL getResource(String name, Class<?> caller)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassUtil

public ClassUtil()
Method Detail

forName

public static Class<?> forName(String name,
                               Class<?> caller)
                        throws ClassNotFoundException
Throws:
ClassNotFoundException

getResource

public static URL getResource(String name,
                              Class<?> caller)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.