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 PluginManagerMethods in org.jrd.backend.data that return PluginManager -
Uses of PluginManager in org.jrd.backend.data.cli
Methods in org.jrd.backend.data.cli that return PluginManagerMethods in org.jrd.backend.data.cli with parameters of type PluginManagerModifier and TypeMethodDescriptionstatic String
Lib.decompileBytesByDecompilerName
(byte[] bytes, String pluginName, String className, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, Optional<String> classloader) static String
Lib.decompileBytesByDecompilerName
(String base64Bytes, String pluginName, String className, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, Optional<String> classloader) static DecompilerWrapper
Lib.findDecompiler
(String decompilerName, PluginManager pluginManager) static PluginWithOptions
Lib.getDecompilerFromString
(String plugin, PluginManager pm) static PluginWrapperWithMetaInfo
Lib.getPluginWrapper
(PluginManager pluginManager, String pluginIdOrNonsense, boolean doThrow) -
Uses of PluginManager in org.jrd.backend.data.cli.utils
Fields in org.jrd.backend.data.cli.utils declared as PluginManagerConstructors in org.jrd.backend.data.cli.utils with parameters of type PluginManagerModifierConstructorDescriptionCompileArguments
(List<String> filteredArgs, PluginManager pluginManager, VmManager vmManager, boolean checkFile) CompileArguments
(PluginManager pluginManager, VmManager vmManager, VmInfo vmInfo, String pluginCompiler) -
Uses of PluginManager in org.jrd.backend.data.cli.workers
Fields in org.jrd.backend.data.cli.workers declared as PluginManagerModifier and TypeFieldDescriptionprivate final PluginManager
Api.pluginManager
private final PluginManager
Compile.pluginManager
private final PluginManager
Decompile.pluginManager
private final PluginManager
ListPlugins.pluginManager
private final PluginManager
Patch.pluginManager
private final PluginManager
PrintBytes.pluginManager
Constructors in org.jrd.backend.data.cli.workers with parameters of type PluginManagerModifierConstructorDescriptionCompile
(boolean isHex, boolean isVerbose, List<String> filteredArgs, Saving saving, VmManager vmManager, PluginManager pluginManager, String classloader) Decompile
(boolean isHex, List<String> filteredArgs, Saving saving, VmManager vmManager, PluginManager pluginManager, String classloader) ListPlugins
(List<String> filteredArgs, Saving saving, PluginManager pluginManager) Patch
(boolean isHex, boolean isVerbose, List<String> filteredArgs, boolean isRevert, VmManager vmManager, PluginManager pluginManager, boolean isBoot, Saving saving, String classloader) PrintBytes
(boolean isHex, List<String> filteredArgs, Saving saving, VmManager vmManager, PluginManager pluginManager, String classloader) -
Uses of PluginManager in org.jrd.frontend.frame.main.decompilerview
Fields in org.jrd.frontend.frame.main.decompilerview declared as PluginManagerModifier and TypeFieldDescriptionprivate final PluginManager
QuickCompiler.pluginManager
private final PluginManager
TextWithControls.CompileActionListener.pluginManager
Methods in org.jrd.frontend.frame.main.decompilerview that return PluginManagerMethods in org.jrd.frontend.frame.main.decompilerview with parameters of type PluginManagerModifier and TypeMethodDescriptionprivate void
TextWithControls.addJasmAction
(PluginManager pluginManager, DecompilerWrapper jasm, String title, JMenu compile, MainProviders mainProviders) private void
TextWithControls.addJavacAction
(PluginManager pluginManager, String title, JMenu compile, ClasspathProvider classpathProvider, ExecuteMethodProvider lexecute, SaveProvider lsave, UploadProvider uploadProvider) private void
TextWithControls.bytemanTypeCheckitem
(PluginManager pluginManager, JMenu compile) private BytemanCompileAction
TextWithControls.createBytemanCompileRunItem
(PluginManager pluginManager) private JMenu
TextWithControls.getBytemanMenu
(PluginManager pluginManager) private JMenu
TextWithControls.getCompileAndRunMenu
(PluginManager pluginManager, DecompilerWrapper jasm7, DecompilerWrapper jasm8) private JMenu
TextWithControls.getCompileMenu
(PluginManager pluginManager, DecompilerWrapper jasm7, DecompilerWrapper jasm8) Constructors in org.jrd.frontend.frame.main.decompilerview with parameters of type PluginManagerModifierConstructorDescriptionprivate
CompileActionListener
(PluginManager pluginManager, CanCompile compiler) QuickCompiler
(ModelProvider modelProvider, PluginManager pluginManager) -
Uses of PluginManager in org.jrd.frontend.frame.main.decompilerview.dummycompiler
Methods in org.jrd.frontend.frame.main.decompilerview.dummycompiler with parameters of type PluginManagerModifier and TypeMethodDescriptionCollection<io.github.mkoncek.classpathless.api.IdentifiedBytecode>
BytemanCompileAction.compile
(List<String> scripts, PluginManager pluginManager, String classloader) Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode>
CanCompile.compile
(List<String> s, PluginManager pluginManager, String classloader) Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode>
JasmCompileAction.compile
(List<String> scripts, PluginManager pluginManager, String classloader) Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode>
JavacCompileAction.compile
(List<String> scripts, PluginManager pluginManager, String classloader) -
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
(ClassInfo name, LatestPaths latestPaths, String currentBuffer, byte[] cBinBuffer, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, DecompilerWrapper selectedDecompiler, int tab, boolean isVerbose, ClasspathProvider cp) (package private)
SavingCompilerOutputAction
(JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper dwi, boolean hasCompiler, boolean isVerbose, int namingSchema, String destination, String classloader) (package private)
UploadingCompilerOutputAction
(JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper wrapper, boolean hasCompiler, boolean isVerbose, int namingSchema, String destination, String classloader) -
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)