public class ConfigurationHolder extends Object
Configuration object.| Modifier and Type | Method and Description |
|---|---|
static Configuration |
getConfiguration()
Returns the current configuration.
|
static void |
reset()
Resets current configuration to default.
|
static void |
setConfiguration(Configuration configuration)
Sets a given configuration as current.
|
public static Configuration getConfiguration()
public static void setConfiguration(Configuration configuration)
configuration - the configuration to set; must not be nullNullPointerException - if the specified configuration is nullpublic static void reset()
Copyright © 2020. All rights reserved.