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 VmManagerRuntimeCompilerConnector.JrdClassesProvider.vmManagerConstructors 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 VmManagerAgentAttachManager.vmManagerprivate VmManagerDecompilerRequestReceiver.vmManagerConstructors 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 VmManagerCli.vmManagerprivate VmManagerModel.vmManagerMethods in org.jrd.backend.data that return VmManagerMethods in org.jrd.backend.data with parameters of type VmManagerModifier and TypeMethodDescriptionstatic voidCli.initClass(VmInfo vmInfo, VmManager vmManager, String fqn, PrintStream outputMessageStream) static VmDecompilerStatusCli.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 StringDecompilationController.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 VmManagerOverwriteClassDialog.CompilerOutputActionFields.vmManagerprivate final VmManagerOverwriteClassDialog.vmManagerMethods in org.jrd.frontend.frame.overwrite with parameters of type VmManagerModifier and TypeMethodDescriptionprivate static OverwriteClassDialog.CompilationWithResultOverwriteClassDialog.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 voidAgentApiGenerator.initItems(VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager) private static voidAgentApiGenerator.initItems(VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, boolean withSignatures) static booleanCommonUtils.uploadByGui(VmInfo vmInfo, VmManager vmManager, CommonUtils.StatusKeeper status, String clazz, byte[] content) static StringCommonUtils.uploadBytecode(String clazz, VmManager vmManager, VmInfo vmInfo, byte[] bytes)