public class Settings
extends java.lang.Object
getInstance()
.Modifier and Type | Field and Description |
---|---|
static boolean |
DEBUG
Set to true to enable DEBUG mode.
|
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
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
|
public static final boolean DEBUG
public static Settings getInstance()
public java.lang.String getAppName()
public java.lang.String getAppVersion()
public java.lang.String getIcyRequiredVersion()