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
Modifier and TypeFieldDescriptionstatic final String
The property to mark the information to be related with specific sectionstatic final String
The value to mark the information to be related with "Installed Bundles" sectionstatic final String
The value to mark the information to be related with "Installed Features" sectionstatic final String
The value to mark the information to be related with "System Environment" sectionstatic final String
The value to mark the information to be related with "System Properties" sectionstatic final String
The value to mark the information to be related with "User Preferences" section -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
createSectionFilter
(String section) Creates a filter for a given section identifier to be used for aISystemInformation
service 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 aISystemInformation
service 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
-