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. |
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. |
public static val EXTENSION_POINT_PROJECT_FOLDER_ACCESSOR : java.lang.String = "projectFolderAccessor"
def getProjectFolderAccessorsFromExtension : java.util.List<E>
def getProjectFolderAccessorStreamFromExtension : java.util.stream.Stream<T>