| 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. |
| 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. |
public static val EXTENSION_POINT_PROJECT_SRE_PROVIDER_FACTORY : java.lang.String = "projectSREProviderFactory"
def getSREProviderFactoriesFromExtension : java.util.List<E>
def getSREProviderFactoryStreamFromExtension : java.util.stream.Stream<T>