|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springmodules.validation.util.LibraryUtils
public class LibraryUtils
| Field Summary | |
|---|---|
static boolean |
HIBERNATE_VALIDATOR_IN_CLASSPATH
Determines whether hibernate validator can be found in the classpath. |
static boolean |
JODA_TIME_IN_CLASSPATH
Determines whether Joda-Time can be found in the classpath. |
| Method Summary | |
|---|---|
static boolean |
isClassInClasspath(java.lang.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 |
| Field Detail |
|---|
public static final boolean JODA_TIME_IN_CLASSPATH
public static final boolean HIBERNATE_VALIDATOR_IN_CLASSPATH
| Method Detail |
|---|
public static boolean isClassInClasspath(java.lang.String className)
className - The fully qualified name of the class to search for.
true if the given class is in the classpath, false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||