public abstract class PluginManager<T> extends Object
Modifier | Constructor and Description |
---|---|
protected |
PluginManager(String propertyKey)
Creates a PluginManager
|
protected |
PluginManager(String propertyKey,
WireFeedParser parentParser,
WireFeedGenerator parentGenerator) |
Modifier and Type | Method and Description |
---|---|
protected abstract String |
getKey(T obj) |
protected List<String> |
getKeys() |
protected T |
getPlugin(String key) |
protected Map<String,T> |
getPluginMap() |
protected List<T> |
getPlugins() |
protected PluginManager(String propertyKey)
propertyKey
- property key defining the plugins classesprotected PluginManager(String propertyKey, WireFeedParser parentParser, WireFeedGenerator parentGenerator)
Copyright © 2024. All rights reserved.