Package | Description |
---|---|
sirius.kernel |
Provides the main setup classes for the SIRIUS kernel.
|
Modifier and Type | Field and Description |
---|---|
protected Setup.Mode |
Setup.mode |
Modifier and Type | Method and Description |
---|---|
Setup.Mode |
Setup.getMode()
Returns the mode the framework was started in.
|
static Setup.Mode |
Setup.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Setup.Mode[] |
Setup.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Setup(Setup.Mode mode,
ClassLoader loader)
Creates a new setup for the given mode and class loader.
|
Copyright © 2018. All rights reserved.