Package org.eclipse.ui.internal
Class ConfigurationInfo
java.lang.Object
org.eclipse.ui.internal.ConfigurationInfo
This class contains utility methods that clients may use to obtain
information about the system configuration.
- Since:
- 3.4
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Return the build id for this instance.static IConfigurationElement[]
getSortedExtensions
(IConfigurationElement[] configElements) static String
Return a multi-line String that describes the current configuration.
-
Constructor Details
-
ConfigurationInfo
public ConfigurationInfo()
-
-
Method Details
-
getBuildId
Return the build id for this instance. This may benull
in the event that this property is undefined.- Returns:
- the build id or
null
-
getSystemSummary
Return a multi-line String that describes the current configuration. This may include but is not limited to system properties, installed bundles, and installed features. The specific format of this message is undefined and may change at any time.The contents of this String are in part constructed via
ISystemSummarySection
that are registered with this running instance of the workbench.- Returns:
- the configuration info
-
getSortedExtensions
-