public class IcyPreferences extends java.lang.Object
Constructor and Description |
---|
IcyPreferences() |
Modifier and Type | Method and Description |
---|---|
static XMLPreferences |
applicationRoot()
Get application root
|
static void |
clear() |
static void |
init() |
static void |
load() |
static XMLPreferences |
pluginRoot(Plugin plugin)
Deprecated.
Use
PluginsPreferences.root(Plugin) instead. |
static XMLPreferences |
pluginsRoot()
Deprecated.
Use
PluginsPreferences.getPreferences() instead. |
static XMLPreferences |
root()
Get absolute root
|
static void |
save() |
public IcyPreferences()
public static void init()
public static void load()
public static void save()
public static void clear()
public static XMLPreferences root()
public static XMLPreferences applicationRoot()
@Deprecated public static XMLPreferences pluginRoot(Plugin plugin)
PluginsPreferences.root(Plugin)
instead.@Deprecated public static XMLPreferences pluginsRoot()
PluginsPreferences.getPreferences()
instead.