final class SREInstallPages
extends java.lang.Object
Tools for SREInstall pages.
- Maven Group Identifier:
-
- Maven Artifact Identifier:
-
- Since:
-
Field Summary
Modifier and type |
Field and description |
public static val java.lang.String |
EXTENSION_POINT_SRE_INSTALL_PAGES
Name of the extension points for the SRE provider factories. |
Modifier and type |
Field and description |
public static val java.lang.String |
EXTENSION_POINT_SRE_INSTALL_PAGES
Name of the extension points for the SRE provider factories. |
Action Summary
Modifier and type |
Action and description |
static java.util.stream.Stream<T> |
getSREInstallStreamFromExtension
Replies the fragments that are defined as extensions in the given Eclipse plugin. |
Modifier and type |
Action and description |
static java.util.stream.Stream<T> |
getSREInstallStreamFromExtension
Replies the fragments that are defined as extensions in the given Eclipse plugin. |
Field Details
- EXTENSION_POINT_SRE_INSTALL_PAGES
-
public static val EXTENSION_POINT_SRE_INSTALL_PAGES : java.lang.String = "sreInstallPages"
Name of the extension points for the SRE provider factories.
Action Details
- getSREInstallStreamFromExtension
-
def getSREInstallStreamFromExtension : java.util.stream.Stream<T>
Replies the fragments that are defined as extensions in the given Eclipse plugin.
- Returns:
-