Uses of Class
be.panako.util.Key

Packages that use Key
Package Description
be.panako.util
Utility classes for Panako
  • Uses of Key in be.panako.util

    Methods in be.panako.util that return Key
    Modifier and Type Method Description
    static Key Key.valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static Key[] Key.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in be.panako.util with parameters of type Key
    Modifier and Type Method Description
    static java.lang.String Config.get​(Key key)  
    static boolean Config.getBoolean​(Key key)  
    static float Config.getFloat​(Key key)  
    static int Config.getInt​(Key key)  
    static void Config.set​(Key key, java.lang.String value)
    Sets a configuration value to use during the runtime of the application.