30313233343536
* @throws ClassNotFoundException * on class loader errors */ public static Collection<Class<?>> findActions(final File classPath) throws ClassNotFoundException { return new ClassScanner(classPath, "").list(new ActionClassFilter()); }