io.sarl.apputils.eclipseextensions.projectconfig
Class ProjectFolderAccessors
final class ProjectFolderAccessors
extends java.lang.Object
Tools for accessing to the project folders.
Maven Group Identifier:
io.sarl.apputils
Maven Artifact Identifier:
eclipseextensions
Since:
0.15.1
Field Summary
Modifier and type Field and description
public static val java.lang.String EXTENSION_POINT_PROJECT_FOLDER_ACCESSOR
Name of the extension points for the configuration fragments.
Action Summary
Modifier and type Action and description
static java.util.List<E> getProjectFolderAccessorsFromExtension
Replies the accessors that are defined as extensions in the given Eclipse plugin.
static java.util.stream.Stream<T> getProjectFolderAccessorStreamFromExtension
Replies the accessors that are defined as extensions in the given Eclipse plugin.
Field Details
EXTENSION_POINT_PROJECT_FOLDER_ACCESSOR
public static val EXTENSION_POINT_PROJECT_FOLDER_ACCESSOR : java.lang.String = "projectFolderAccessor"
Name of the extension points for the configuration fragments.
Action Details
getProjectFolderAccessorsFromExtension
def getProjectFolderAccessorsFromExtension : java.util.List<E>
Replies the accessors that are defined as extensions in the given Eclipse plugin.
Returns:
the list of the accessors.
getProjectFolderAccessorStreamFromExtension
def getProjectFolderAccessorStreamFromExtension : java.util.stream.Stream<T>
Replies the accessors that are defined as extensions in the given Eclipse plugin.
Returns:
the list of the accessors.