io.sarl.apputils.eclipseextensions.sreprovider
Class ISREInstalls
final class ISREInstalls
extends java.lang.Object
Tools for ISREInstall.
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_SARL_RUNTIME_ENVIRONMENT
Name of the extension points for the SRE provider factories.
Action Summary
Modifier and type Action and description
static java.util.List<E> getSREInstallsFromExtension
Replies the fragments that are defined as extensions in the given Eclipse plugin.
static java.util.stream.Stream<T> getSREInstallStreamFromExtension
Replies the fragments that are defined as extensions in the given Eclipse plugin.
Field Details
EXTENSION_POINT_SARL_RUNTIME_ENVIRONMENT
public static val EXTENSION_POINT_SARL_RUNTIME_ENVIRONMENT : java.lang.String = "sreInstallations"
Name of the extension points for the SRE provider factories.
Action Details
getSREInstallsFromExtension
def getSREInstallsFromExtension : java.util.List<E>
Replies the fragments that are defined as extensions in the given Eclipse plugin.
Returns:
the list of the fragment.
getSREInstallStreamFromExtension
def getSREInstallStreamFromExtension : java.util.stream.Stream<T>
Replies the fragments that are defined as extensions in the given Eclipse plugin.
Returns:
the list of the fragment.