Package org.praxislive.ide.core.api
Class IDE
java.lang.Object
org.praxislive.ide.core.api.IDE
Various utility methods for accessing information and configuring the IDE.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringThe latest available version of the IDE.static PreferencesGet the global preferences.static StringThe running version of the IDE.
-
Method Details
-
getVersion
The running version of the IDE.- Returns:
- current version
-
getLatestAvailableVersion
The latest available version of the IDE. This information relies on online checking. Will returngetVersion()if no additional information is available.- Returns:
- latest available version
-
getPreferences
Get the global preferences.- Returns:
- global preferences
-