org.jboss.seam.rest.util
Class Utils

java.lang.Object
  extended by 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
 

Constructor Detail

Utils

public Utils()
Method Detail

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.