Package org.jcsp.net.settings
Class Plugins
- java.lang.Object
-
- org.jcsp.net.settings.Plugins
-
public class Plugins extends Object
Used internally within the JCSP network infrastructure to represent a set of plug-ins.- Author:
- Quickstone Technologies Limited
-
-
Constructor Summary
Constructors Constructor Description Plugins()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPlugin(Plugin p)PlugingetPlugin(String pluginName)Plugin[]getPlugins()voidremovePlugin(Plugin p)StringtoString()
-