Class AboutSections
java.lang.Object
org.eclipse.e4.core.services.about.AboutSections
This class consists exclusively of static methods and constants that operate
on sections for "about" information.
- Since:
- 2.2
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe property to mark the information to be related with specific sectionstatic final StringThe value to mark the information to be related with "Installed Bundles" sectionstatic final StringThe value to mark the information to be related with "Installed Features" sectionstatic final StringThe value to mark the information to be related with "System Environment" sectionstatic final StringThe value to mark the information to be related with "System Properties" sectionstatic final StringThe value to mark the information to be related with "User Preferences" section -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcreateSectionFilter(String section) Creates a filter for a given section identifier to be used for aISystemInformationservice query:
-
Field Details
-
SECTION
The property to mark the information to be related with specific section- See Also:
-
SECTION_INSTALLED_BUNDLES
The value to mark the information to be related with "Installed Bundles" section- See Also:
-
SECTION_INSTALLED_FEATURES
The value to mark the information to be related with "Installed Features" section- See Also:
-
SECTION_SYSTEM_ENVIRONMENT
The value to mark the information to be related with "System Environment" section- See Also:
-
SECTION_SYSTEM_PROPERTIES
The value to mark the information to be related with "System Properties" section- See Also:
-
SECTION_USER_PREFERENCES
The value to mark the information to be related with "User Preferences" section- See Also:
-
-
Constructor Details
-
AboutSections
public AboutSections()
-
-
Method Details
-
createSectionFilter
Creates a filter for a given section identifier to be used for aISystemInformationservice query:bundleContext.getServiceReferences(ISystemInformationService.class, AboutSections.createSectionFilter(AboutSections.SECTION_SYSTEM_ENVIRONMENT));- Parameters:
section- the section identifier to use as a filter- Returns:
- the section filter string
-