public final class Settings
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static de.willuhn.jameica.plugin.Version |
getOldVersion() |
|
static java.lang.String |
getSeleniumDriver() |
Returns the Selenium FF driver to use
|
static java.lang.String |
getVersion() |
Liefert die Mahoe-Version
|
static boolean |
isBackEndClassUpdated() |
Return if the back end class update run already.
|
static boolean |
isSeleniumAutoClose() |
Returns if the Selenium FF session should be closed automatically after
each job group (bank and account are the same) or to keep the session
open and the user needs to close it manually.
|
static boolean |
isSeleniumInstalled() |
Is BOS function used
|
static void |
setBackEndClassUpdated(java.lang.Boolean backEndClassUpdated) |
Set if the back end class update run already.
|
static void |
setFfProfile(java.lang.String ffProfile) |
Set the FF profile to use
|
static void |
setOldVersion(de.willuhn.jameica.plugin.Version oldVersion) |
|
static void |
setSeleniumAutoClose(boolean autoClose) |
Set if the Selenium FF session should be closed automatically after each
job group (bank and account are the same) or to keep the session open and
the user needs to close it manually.
|
static void |
setSeleniumDriver(java.lang.String seleniumDriver) |
Set the Selenium FF driver to use
|
static void |
setSeleniumInstalled(java.lang.Boolean seleniumInstalled) |
Set if the Selenium Ff driver is installed
|
public static de.willuhn.jameica.plugin.Version getOldVersion()
public static java.lang.String getSeleniumDriver()
public static java.lang.String getVersion()
public static boolean isBackEndClassUpdated()
public static boolean isSeleniumAutoClose()
autoClose
- true
if the window should be closed after each
job group, false
if the user should close the
window automatically.public static boolean isSeleniumInstalled()
public static void setBackEndClassUpdated(java.lang.Boolean backEndClassUpdated)
backEndClassUpdated
- set true if the back end class update run successfully
already, false else.public static void setFfProfile(java.lang.String ffProfile)
ffProfile
- the FF profile driver to usepublic static void setOldVersion(de.willuhn.jameica.plugin.Version oldVersion)
oldVersion
- the oldVersion to setpublic static void setSeleniumAutoClose(boolean autoClose)
autoClose
- true
if the window should be closed after each
job group, false
if the user should close the
window automatically.public static void setSeleniumDriver(java.lang.String seleniumDriver)
seleniumDriver
- the Selenium FF driver to usepublic static void setSeleniumInstalled(java.lang.Boolean seleniumInstalled)
seleniumInstalled
-