public class Run extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Run.SchemeType |
| Constructor and Description |
|---|
Run() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
findSchemeMatch(Class<?> classType,
String schemeToFind,
boolean matchAnywhere,
boolean notJustRunnables)
Find a scheme that matches the supplied suffix
|
static List<String> |
findSchemeMatch(String schemeToFind,
boolean matchAnywhere)
Find a scheme that matches the supplied suffix
|
static void |
main(String[] args)
Main method for this class.
|
public static List<String> findSchemeMatch(Class<?> classType, String schemeToFind, boolean matchAnywhere, boolean notJustRunnables)
classType - matching schemes must be of this class typeschemeToFind - the name of the scheme to findmatchAnywhere - if true, the name is matched anywhere in the
non-package part of candidate schemespublic static List<String> findSchemeMatch(String schemeToFind, boolean matchAnywhere)
schemeToFind - the name of the scheme to findmatchAnywhere - if true, the name is matched anywhere in the
non-package part of candidate schemespublic static void main(String[] args)
args - Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.