public class SetupFinder
extends java.lang.Object
Constructor and Description |
---|
SetupFinder() |
Modifier and Type | Method and Description |
---|---|
static java.util.Vector<java.lang.String> |
getAllSetupsIn(java.io.File root)
Finds setups inside given root-file as local .class-files (setups have to
be placed inside a folder called "setup") or as entries of .JAR-files.
|
public static java.util.Vector<java.lang.String> getAllSetupsIn(java.io.File root)
root
- File
to be searched in.Vector
containing all binary names of found setups.