org.jboss.seam.rest.util
Class Utils
java.lang.Object
org.jboss.seam.rest.util.Utils
public class Utils
- extends Object
Constructor Summary |
Utils()
|
Method Summary |
static boolean |
isClassAvailable(String className)
Find out whether a given class is available on the classpath |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utils
public Utils()
isClassAvailable
public static boolean isClassAvailable(String className)
- Find out whether a given class is available on the classpath
- Parameters:
className
-
- Returns:
- true if and only if the given class can be loaded
Copyright © 2011 Seam Framework. All Rights Reserved.