Uses of Class
org.jrd.backend.decompiling.PluginManager
Packages that use PluginManager
Package
Description
-
Uses of PluginManager in org.jrd.backend.data
Fields in org.jrd.backend.data declared as PluginManagerModifier and TypeFieldDescriptionprivate final PluginManager
Cli.pluginManager
private PluginManager
Model.pluginManager
Methods in org.jrd.backend.data that return PluginManagerMethods in org.jrd.backend.data with parameters of type PluginManagerModifier and TypeMethodDescriptionstatic DecompilerWrapper
Cli.findDecompiler
(String decompilerName, PluginManager pluginManager) -
Uses of PluginManager in org.jrd.frontend.frame.main
Fields in org.jrd.frontend.frame.main declared as PluginManager -
Uses of PluginManager in org.jrd.frontend.frame.overwrite
Fields in org.jrd.frontend.frame.overwrite declared as PluginManagerModifier and TypeFieldDescriptionprotected final PluginManager
OverwriteClassDialog.CompilerOutputActionFields.pluginManager
private final PluginManager
OverwriteClassDialog.pluginManager
Constructors in org.jrd.frontend.frame.overwrite with parameters of type PluginManagerModifierConstructorDescription(package private)
CompilerOutputActionFields
(JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper dwi, boolean haveCompiler, boolean isVerbose, int namingSchema, String destination) OverwriteClassDialog
(String name, LatestPaths latestPaths, String currentBuffer, byte[] cBinBuffer, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, DecompilerWrapper selectedDecompiler, boolean isBinaryVisible, boolean isVerbose) (package private)
SavingCompilerOutputAction
(JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper dwi, boolean hasCompiler, boolean isVerbose, int namingSchema, String destination) (package private)
UploadingCompilerOutputAction
(JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper wrapper, boolean hasCompiler, boolean isVerbose, int namingSchema, String destination) -
Uses of PluginManager in org.jrd.frontend.frame.plugins
Fields in org.jrd.frontend.frame.plugins declared as PluginManagerModifier and TypeFieldDescriptionprivate PluginManager
PluginConfigurationEditorController.pluginManager
Constructors in org.jrd.frontend.frame.plugins with parameters of type PluginManagerModifierConstructorDescriptionPluginConfigurationEditorController
(PluginConfigurationEditorView view, PluginManager pluginManager) -
Uses of PluginManager in org.jrd.frontend.utility
Methods in org.jrd.frontend.utility with parameters of type PluginManagerModifier and TypeMethodDescriptionprivate static Collection<AgentApiGenerator.ClazzMethod>
AgentApiGenerator.getClazzMethods
(VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, String innerClazzName, String innerClazz) static void
AgentApiGenerator.initItems
(VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager) private static void
AgentApiGenerator.initItems
(VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, boolean withSignatures)