Package de.frankmuenster.mahoe
Class Settings
java.lang.Object
de.frankmuenster.mahoe.Settings
Settings für Mahoe
- Author:
- Frank Münster
-
Method Summary
Modifier and TypeMethodDescriptionstatic de.willuhn.jameica.plugin.Versionstatic StringReturns the Selenium FF driver to usestatic StringReturns the Selenium FF binary to usestatic StringLiefert die Mahoe-Versionstatic booleanReturn if the back end class update run already.static booleanReturns 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 booleanIs BOS function usedstatic booleanReturns if the Selenium log level should be set to DEBUGstatic voidsetBackEndClassUpdated(Boolean backEndClassUpdated) Set if the back end class update run already.static voidsetFfProfile(String ffProfile) Set the FF profile to usestatic voidsetOldVersion(de.willuhn.jameica.plugin.Version oldVersion) static voidsetSeleniumAutoClose(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 voidsetSeleniumDriver(String seleniumDriver) Set the Selenium FF driver to usestatic voidsetSeleniumFireFoxBinary(String seleniumFireFoxBinary) Set the Selenium FF binary to usestatic voidsetSeleniumInstalled(Boolean seleniumInstalled) Set if the Selenium Ff driver is installedstatic voidsetSeleniumUseDebugLog(boolean seleniumDebugLog) Set the Selenium log level
-
Method Details
-
getOldVersion
public static de.willuhn.jameica.plugin.Version getOldVersion()- Returns:
- the oldVersion
-
getSeleniumDriver
Returns the Selenium FF driver to use- Returns:
- the Selenium FF driver
-
getSeleniumFireFoxBinary
Returns the Selenium FF binary to use- Returns:
- the Selenium FF binary
-
getVersion
Liefert die Mahoe-Version- Returns:
- die Mahoe-Version
-
isBackEndClassUpdated
public static boolean isBackEndClassUpdated()Return if the back end class update run already.- Returns:
- true if the back end class update had run successfully, false else.
-
isSeleniumAutoClose
public 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. -
isSeleniumInstalled
public static boolean isSeleniumInstalled()Is BOS function used- Returns:
- isBosUsed
-
isSeleniumUseDegugLog
public static boolean isSeleniumUseDegugLog()Returns if the Selenium log level should be set to DEBUG -
setBackEndClassUpdated
Set if the back end class update run already.- Parameters:
backEndClassUpdated- set true if the back end class update run successfully already, false else.
-
setFfProfile
Set the FF profile to use- Parameters:
ffProfile- the FF profile driver to use
-
setOldVersion
public static void setOldVersion(de.willuhn.jameica.plugin.Version oldVersion) - Parameters:
oldVersion- the oldVersion to set
-
setSeleniumAutoClose
public 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.- Parameters:
autoClose-trueif the window should be closed after each job group,falseif the user should close the window automatically.
-
setSeleniumDriver
Set the Selenium FF driver to use- Parameters:
seleniumDriver- the Selenium FF driver to use
-
setSeleniumFireFoxBinary
Set the Selenium FF binary to use- Parameters:
seleniumFireFoxBinary- the Selenium FF binary to use
-
setSeleniumInstalled
Set if the Selenium Ff driver is installed- Parameters:
seleniumInstalled-
-
setSeleniumUseDebugLog
public static void setSeleniumUseDebugLog(boolean seleniumDebugLog) Set the Selenium log level- Parameters:
seleniumDebugLog- set to true in case debug log level should be used
-