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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringReturn the build id for this instance.static IConfigurationElement[]getSortedExtensions(IConfigurationElement[] configElements) static StringReturn a multi-line String that describes the current configuration.
- 
Constructor Details- 
ConfigurationInfopublic ConfigurationInfo()
 
- 
- 
Method Details- 
getBuildIdReturn the build id for this instance. This may benullin the event that this property is undefined.- Returns:
- the build id or null
 
- 
getSystemSummaryReturn 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 ISystemSummarySectionthat are registered with this running instance of the workbench.- Returns:
- the configuration info
 
- 
getSortedExtensions
 
-