| Modifier and type | Action and description |
|---|---|
| static java.util.stream.Stream<T> | getExtensions(String,String)
Replies the extensions that are defined in the given Eclipse plugin. |
| static java.util.stream.Stream<T> | getExtensions(String,String,String,Class<T>)
Replies the extensions that are defined in the given Eclipse plugin. |
def getExtensions(String,String) : java.util.stream.Stream<T>
def getExtensions(String,String,String,Class<T>) : java.util.stream.Stream<T>with T