Uses of Class
jadx.core.plugins.PluginContext
Packages that use PluginContext
-
Uses of PluginContext in jadx.core.plugins
Fields in jadx.core.plugins with type parameters of type PluginContextModifier and TypeFieldDescriptionprivate final List<Consumer<PluginContext>> JadxPluginManager.addPluginListenersprivate final SortedSet<PluginContext> JadxPluginManager.allPluginsprivate final SortedSet<PluginContext> JadxPluginManager.resolvedPluginsMethods in jadx.core.plugins that return PluginContextModifier and TypeMethodDescriptionprivate @Nullable PluginContextJadxPluginManager.addPlugin(JadxPlugin plugin, VerifyRequiredVersion verifyRequiredVersion) Methods in jadx.core.plugins that return types with arguments of type PluginContextModifier and TypeMethodDescriptionJadxPluginManager.getAllPluginContexts()JadxPluginManager.getResolvedPluginContexts()Methods in jadx.core.plugins with parameters of type PluginContextModifier and TypeMethodDescriptionintPluginContext.compareTo(PluginContext other) private voidJadxPluginManager.verifyOptions(PluginContext pluginContext, JadxPluginOptions options) Method parameters in jadx.core.plugins with type arguments of type PluginContextModifier and TypeMethodDescriptionvoidJadxPluginManager.init(SortedSet<PluginContext> pluginContexts) voidJadxPluginManager.registerAddPluginListener(Consumer<PluginContext> listener) voidJadxPluginManager.unload(SortedSet<PluginContext> pluginContexts)