Class Settings

java.lang.Object
de.frankmuenster.mahoe.Settings

public final class Settings extends Object
Settings für Mahoe
Author:
Frank Münster
  • Method Details

    • getOldVersion

      public static de.willuhn.jameica.plugin.Version getOldVersion()
      Returns:
      the oldVersion
    • getSeleniumDriver

      public static String getSeleniumDriver()
      Returns the Selenium FF driver to use
      Returns:
      the Selenium FF driver
    • getSeleniumFireFoxBinary

      public static String getSeleniumFireFoxBinary()
      Returns the Selenium FF binary to use
      Returns:
      the Selenium FF binary
    • getVersion

      public static String 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

      public static void setBackEndClassUpdated(Boolean backEndClassUpdated)
      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

      public static void setFfProfile(String ffProfile)
      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 - true if the window should be closed after each job group, false if the user should close the window automatically.
    • setSeleniumDriver

      public static void setSeleniumDriver(String seleniumDriver)
      Set the Selenium FF driver to use
      Parameters:
      seleniumDriver - the Selenium FF driver to use
    • setSeleniumFireFoxBinary

      public static void setSeleniumFireFoxBinary(String seleniumFireFoxBinary)
      Set the Selenium FF binary to use
      Parameters:
      seleniumFireFoxBinary - the Selenium FF binary to use
    • setSeleniumInstalled

      public static void setSeleniumInstalled(Boolean seleniumInstalled)
      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