public PluginLoader
A resolution strategy for plugins
Modifier and Type | Interface and Description |
---|---|
static class |
PluginLoader.DefaultImpls
A resolution strategy for plugins
|
Modifier and Type | Method and Description |
---|---|
Plugin |
get(PluginTag tag,
Meta meta) |
<T extends Plugin> |
get(KClass<T> type,
Meta meta) |
java.util.List<hep.dataforge.context.PluginTag> |
listTags()
List tags provided by this repository
|
Plugin |
opt(PluginTag tag,
Meta meta)
Load the most suitable plugin of all provided by its tag
|
<T extends Plugin> |
opt(KClass<T> type,
Meta meta) |