Package | Description |
---|---|
ninja.standalone | |
ninja.utils |
Modifier and Type | Field and Description |
---|---|
protected NinjaMode |
AbstractConsole.ninjaMode |
Modifier and Type | Method and Description |
---|---|
NinjaMode |
Console.getNinjaMode() |
NinjaMode |
AbstractConsole.getNinjaMode() |
Modifier and Type | Method and Description |
---|---|
T |
Console.ninjaMode(NinjaMode ninjaMode) |
T |
AbstractConsole.ninjaMode(NinjaMode ninjaMode) |
Modifier and Type | Method and Description |
---|---|
static NinjaMode |
NinjaModeHelper.determineModeFromSystemPropertiesOrProdIfNotSet()
returns NinjaMode.dev if no mode is set.
|
static NinjaMode |
NinjaMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NinjaMode[] |
NinjaMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Optional<NinjaMode> |
NinjaModeHelper.determineModeFromSystemProperties()
returns an empty Optional
|
Constructor and Description |
---|
NinjaPropertiesImpl(NinjaMode ninjaMode) |
NinjaPropertiesImpl(NinjaMode ninjaMode,
String externalConfigurationPath) |
Copyright © 2019 ninjaframework. All rights reserved.