Uses of Class
io.mangoo.enums.Mode
-
Packages that use Mode Package Description io.mangoo.core io.mangoo.enums -
-
Uses of Mode in io.mangoo.core
Methods in io.mangoo.core that return Mode Modifier and Type Method Description static ModeApplication. getMode()Returns the current mode the application is running inMethods in io.mangoo.core with parameters of type Mode Modifier and Type Method Description static voidApplication. start(Mode mode) -
Uses of Mode in io.mangoo.enums
Methods in io.mangoo.enums that return Mode Modifier and Type Method Description static ModeMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Mode[]Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-