io.sarl.apputils.eclipseextensions.projectconfig
Class ProjectConfigurationFragments
final class ProjectConfigurationFragments
extends java.lang.Object
Tools for the fragments of the configuration for a SARL project.
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_CONFIGURATION_FRAGMENT
Name of the extension points for the configuration fragments.
Action Summary
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.
Field Details
EXTENSION_POINT_PROJECT_CONFIGURATION_FRAGMENT
public static val EXTENSION_POINT_PROJECT_CONFIGURATION_FRAGMENT : java.lang.String = "projectConfigurationFragment"
Name of the extension points for the configuration fragments.
Action Details
getConfigurationFragmentsFromExtension
def getConfigurationFragmentsFromExtension : java.util.List<E>
Replies the fragments that are defined as extensions in the given Eclipse plugin.
Returns:
the list of the fragment.
getConfigurationFragmentStreamFromExtension
def getConfigurationFragmentStreamFromExtension : java.util.stream.Stream<T>
Replies the fragments that are defined as extensions in the given Eclipse plugin.
Returns:
the list of the fragment.