Uses of Class
ninja.utils.NinjaMode
-
Packages that use NinjaMode Package Description ninja.standalone ninja.utils -
-
Uses of NinjaMode in ninja.standalone
Fields in ninja.standalone declared as NinjaMode Modifier and Type Field Description protected NinjaMode
AbstractConsole. ninjaMode
Methods in ninja.standalone that return NinjaMode Modifier and Type Method Description NinjaMode
AbstractConsole. getNinjaMode()
NinjaMode
Console. getNinjaMode()
Methods in ninja.standalone with parameters of type NinjaMode Modifier and Type Method Description T
AbstractConsole. ninjaMode(NinjaMode ninjaMode)
T
Console. ninjaMode(NinjaMode ninjaMode)
-
Uses of NinjaMode in ninja.utils
Methods in ninja.utils that return NinjaMode Modifier and Type Method 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.Methods in ninja.utils that return types with arguments of type NinjaMode Modifier and Type Method Description static Optional<NinjaMode>
NinjaModeHelper. determineModeFromSystemProperties()
returns an empty Optionalif no mode is set. Methods in ninja.utils with parameters of type NinjaMode Modifier and Type Method Description NinjaPropertiesImpl.Builder
NinjaPropertiesImpl.Builder. withMode(NinjaMode ninjaMode)
-