| Modifier and type | Field and description |
|---|---|
| public static val java.lang.String | EXTENSION_POINT_PROJECT_CONFIGURATION_FRAGMENT
Name of the extension points for the configuration fragments. |
| Modifier and type | Action and description |
|---|---|
| static java.util.List<E> | getConfigurationFragmentsFromExtension
Replies the fragments that are defined as extensions in the given Eclipse plugin. |
| static java.util.stream.Stream<T> | getConfigurationFragmentStreamFromExtension
Replies the fragments that are defined as extensions in the given Eclipse plugin. |
public static val EXTENSION_POINT_PROJECT_CONFIGURATION_FRAGMENT : java.lang.String = "projectConfigurationFragment"
def getConfigurationFragmentsFromExtension : java.util.List<E>
def getConfigurationFragmentStreamFromExtension : java.util.stream.Stream<T>