io.sarl.apputils.eclipseextensions.sreinstall
Class SREInstallPages
final class SREInstallPages
extends java.lang.Object
Tools for SREInstall pages.
Maven Group Identifier:
io.sarl.apputils
Maven Artifact Identifier:
eclipseextensions
Since:
0.15
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.
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.
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:
the configuration elements.