org.codehaus.mojo.exec
Class FindClassInClasspath
java.lang.Object
org.codehaus.mojo.exec.FindClassInClasspath
public class FindClassInClasspath
- extends Object
- Author:
- Jerome Lacoste
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FOUND_ALL
public static final String FOUND_ALL
- See Also:
- Constant Field Values
FindClassInClasspath
public FindClassInClasspath()
main
public static void main(String[] args)
- Parameters:
args
- the names of classes to search in the classpath
prints 'OK' if all classes found
isClassInClasspath
private static boolean isClassInClasspath(String className)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.