public final class Bootstrap extends Object
Modifier and Type | Method and Description |
---|---|
static void |
exec(Environment env,
Path library,
String mainClass,
String... args)
Executes the given class.
|
static void |
main(String... args)
Program entry.
|
public static void main(String... args)
args
- program argumentspublic static void exec(Environment env, Path library, String mainClass, String... args)
env
- the current environment variableslibrary
- the launcher library pathmainClass
- the main class nameargs
- the program argumentsCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.