Uses of Class
org.jrd.backend.data.VmManager
Packages that use VmManager
Package
Description
-
Uses of VmManager in org.jrd.backend.communication
Fields in org.jrd.backend.communication declared as VmManagerModifier and TypeFieldDescriptionprivate final VmManager
RuntimeCompilerConnector.JrdClassesProvider.vmManager
Constructors in org.jrd.backend.communication with parameters of type VmManager -
Uses of VmManager in org.jrd.backend.core
Fields in org.jrd.backend.core declared as VmManagerModifier and TypeFieldDescriptionprivate VmManager
AgentAttachManager.vmManager
private VmManager
DecompilerRequestReceiver.vmManager
Constructors in org.jrd.backend.core with parameters of type VmManagerModifierConstructorDescriptionAgentAttachManager
(VmManager vmManager) DecompilerRequestReceiver
(VmManager vmManager) -
Uses of VmManager in org.jrd.backend.data
Fields in org.jrd.backend.data declared as VmManagerModifier and TypeFieldDescriptionprivate final VmManager
Cli.vmManager
private VmManager
Model.vmManager
Methods in org.jrd.backend.data that return VmManagerMethods in org.jrd.backend.data with parameters of type VmManagerModifier and TypeMethodDescriptionstatic void
Cli.initClass
(VmInfo vmInfo, VmManager vmManager, String fqn, PrintStream outputMessageStream) static VmDecompilerStatus
Cli.obtainClass
(VmInfo vmInfo, String clazz, VmManager manager) static String[]
Cli.obtainClasses
(VmInfo vmInfo, VmManager manager) static ClassInfo[]
Cli.obtainClassesDetails
(VmInfo vmInfo, VmManager manager) Cli.obtainFilteredClasses
(VmInfo vmInfo, VmManager vmManager, List<Pattern> filter, boolean details) -
Uses of VmManager in org.jrd.backend.decompiling
Methods in org.jrd.backend.decompiling with parameters of type VmManager -
Uses of VmManager in org.jrd.frontend.frame.filesystem
Fields in org.jrd.frontend.frame.filesystem declared as VmManagerConstructors in org.jrd.frontend.frame.filesystem with parameters of type VmManagerModifierConstructorDescriptionNewFsVmController
(NewFsVmView newConnectionView, VmManager vmManager) -
Uses of VmManager in org.jrd.frontend.frame.main
Fields in org.jrd.frontend.frame.main declared as VmManagerMethods in org.jrd.frontend.frame.main with parameters of type VmManagerModifier and TypeMethodDescriptionstatic String
DecompilationController.submitRequest
(VmManager vmManager, AgentRequestAction request) -
Uses of VmManager in org.jrd.frontend.frame.overwrite
Fields in org.jrd.frontend.frame.overwrite declared as VmManagerModifier and TypeFieldDescriptionprotected final VmManager
OverwriteClassDialog.CompilerOutputActionFields.vmManager
private final VmManager
OverwriteClassDialog.vmManager
Methods in org.jrd.frontend.frame.overwrite with parameters of type VmManagerModifier and TypeMethodDescriptionprivate static OverwriteClassDialog.CompilationWithResult
OverwriteClassDialog.compileWithGui
(VmInfo vmInfo, VmManager vmManager, DecompilerWrapper wrapper, boolean hasCompiler, boolean isVerbose, io.github.mkoncek.classpathless.api.IdentifiedSource... sources) Constructors in org.jrd.frontend.frame.overwrite with parameters of type VmManagerModifierConstructorDescription(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 VmManager in org.jrd.frontend.frame.remote
Fields in org.jrd.frontend.frame.remote declared as VmManagerConstructors in org.jrd.frontend.frame.remote with parameters of type VmManagerModifierConstructorDescriptionNewConnectionController
(NewConnectionView newConnectionView, VmManager vmManager) -
Uses of VmManager in org.jrd.frontend.utility
Methods in org.jrd.frontend.utility with parameters of type VmManagerModifier 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) static boolean
CommonUtils.uploadByGui
(VmInfo vmInfo, VmManager vmManager, CommonUtils.StatusKeeper status, String clazz, byte[] content) static String
CommonUtils.uploadBytecode
(String clazz, VmManager vmManager, VmInfo vmInfo, byte[] bytes)