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