| Package | Description |
|---|---|
| ninja.utils |
| Modifier and Type | Method and Description |
|---|---|
static NinjaMode |
NinjaModeHelper.determineModeFromSystemPropertiesOrProdIfNotSet()
returns NinjaMode.dev if no mode is set.
|
static NinjaMode |
NinjaMode.valueOf(java.lang.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 com.google.common.base.Optional<NinjaMode> |
NinjaModeHelper.determineModeFromSystemProperties()
returns an empty Optional
|
| Constructor and Description |
|---|
NinjaPropertiesImpl(NinjaMode ninjaMode) |
Copyright © 2014 ninjaframework. All Rights Reserved.