Class IDE

java.lang.Object
org.praxislive.ide.core.api.IDE

public final class IDE extends Object
Various utility methods for accessing information and configuring the IDE.
  • Method Details

    • getVersion

      public static String getVersion()
      The running version of the IDE.
      Returns:
      current version
    • getLatestAvailableVersion

      public static String getLatestAvailableVersion()
      The latest available version of the IDE. This information relies on online checking. Will return getVersion() if no additional information is available.
      Returns:
      latest available version
    • getPreferences

      public static Preferences getPreferences()
      Get the global preferences.
      Returns:
      global preferences