public class ProcessBootstrap extends Object
| Constructor and Description |
|---|
ProcessBootstrap(Environment environment,
ClassLoader classLoader)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
exec(Context context)
Executes Vanilla application.
|
static void |
main(String... args)
Program entry.
|
public ProcessBootstrap(Environment environment, ClassLoader classLoader)
environment - the environment variablesclassLoader - the class loaderCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.