|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplugins.big.bigsnakeutils.core.Settings
public class Settings
Offers global parameters (settings) and functions used by the plug-in.
Settings makes use of the Singleton design pattern: There is at most one
instance present, which can only be accessed through
getInstance()
.
Field Summary | |
---|---|
static boolean |
DEBUG
Set to true to enable DEBUG mode |
Constructor Summary | |
---|---|
Settings()
|
Method Summary | |
---|---|
java.lang.String |
getAppName()
Returns the name of the plug-in. |
java.lang.String |
getAppVersion()
Returns the version of the plug-in. |
java.lang.String |
getIcyRequiredVersion()
Returns the minimum version of Icy in which the plug-in works properly. |
static Settings |
getInstance()
Get Settings instance |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean DEBUG
Constructor Detail |
---|
public Settings()
Method Detail |
---|
public static Settings getInstance()
Settings
instance
public java.lang.String getAppName()
public java.lang.String getAppVersion()
public java.lang.String getIcyRequiredVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |