public class PluginManager
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static OpenStegoPlugin |
getDefaultPlugin()
Method to get the default plugin
|
static OpenStegoPlugin |
getPluginByName(java.lang.String name)
Method to get the plugin object based on the name of the plugin
|
static java.util.List |
getPluginNames()
Method to get the list of names of the loaded plugins
|
static java.util.List |
getPlugins()
Method to get the list of the loaded plugins
|
static void |
loadPlugins()
Method to load the stego plugin classes
|
public static void loadPlugins() throws OpenStegoException
OpenStegoException
public static java.util.List getPluginNames()
public static java.util.List getPlugins()
public static OpenStegoPlugin getPluginByName(java.lang.String name)
name
- Name of the pluginpublic static OpenStegoPlugin getDefaultPlugin()
Copyright © 2007-2009 Samir Vaidya. All Rights Reserved.