public class PluginKey extends Object
NodeConfig implementations and Node need to maintain Map's
of PluginDefConfig or NodePlugin. This class is used for keys
within these Map's.
It is used internally and not expected to be useful to external callers.
| Constructor and Description |
|---|
PluginKey(Class<? extends NodePlugin> classNodePlugin,
String pluginId)
Constructor.
|
public PluginKey(Class<? extends NodePlugin> classNodePlugin, String pluginId)
classNodePlugin - NodePlugin Class.pluginId - Plugin ID to distinguish between multiple instances of the same
NodePlugin.Copyright © 2015–2017 AZYVA INC.. All rights reserved.