public class GraphicalFlexflux
extends java.lang.Object
Constructor and Description |
---|
GraphicalFlexflux() |
Modifier and Type | Method and Description |
---|---|
private static java.util.List<java.lang.Class> |
findClasses(java.io.File directory,
java.lang.String packageName)
Recursive method used to find all classes in a given directory and
subdirs.
|
private static java.util.List<java.lang.Class> |
getClasses(java.lang.String packageName)
Scans all classes accessible from the context class loader which belong
to the given package.
|
static void |
main(java.lang.String[] args) |
public static void main(java.lang.String[] args)
private static java.util.List<java.lang.Class> getClasses(java.lang.String packageName) throws java.lang.ClassNotFoundException, java.io.IOException
packageName
- The base packagejava.lang.ClassNotFoundException
java.io.IOException
private static java.util.List<java.lang.Class> findClasses(java.io.File directory, java.lang.String packageName) throws java.lang.ClassNotFoundException
directory
- The base directorypackageName
- The package name for classes found inside the base directoryjava.lang.ClassNotFoundException