org.springmodules.validation.util
Class LibraryUtils
java.lang.Object
org.springmodules.validation.util.LibraryUtils
public class LibraryUtils
- extends Object
- Author:
- Uri Boness
Field Summary |
static boolean |
JODA_TIME_IN_CLASSPATH
Determines whether Joda-Time can be found in the classpath. |
Method Summary |
static boolean |
isClassInClasspath(String className)
Returns whether the given class can be found in the classpath. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JODA_TIME_IN_CLASSPATH
public static final boolean JODA_TIME_IN_CLASSPATH
- Determines whether Joda-Time can be found in the classpath.
isClassInClasspath
public static boolean isClassInClasspath(String className)
- Returns whether the given class can be found in the classpath.
- Parameters:
className
- The fully qualified name of the class to search for.
- Returns:
true
if the given class is in the classpath, false
otherwise.
Copyright © 2009. All Rights Reserved.