public class PluginLoader extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
load(String file)
Loads the plugin configuration file
file and registers the plugins. |
static void |
loadPlugins(Plugins plugins)
Load all plugins.
|
static void |
setClassLoadingStrategy(ClassLoadingStrategy strategy)
Changes the class loading strategy used by Soot.
|
public static boolean load(String file)
file and registers the plugins.file - the plugin configuration file.true on success.public static void loadPlugins(Plugins plugins) throws RuntimeException
plugins - the plugins to load.RuntimeException - if an error occurs during loading.public static void setClassLoadingStrategy(ClassLoadingStrategy strategy)
strategy - The new class loading strategy to use.Copyright © 2021 Soot OSS. All rights reserved.