Uses of Class
org.jrd.backend.data.VmManager
-
-
Uses of VmManager in org.jrd.backend.communication
Constructors in org.jrd.backend.communication with parameters of type VmManager Constructor Description JRDClassesProvider(VmInfo vmInfo, VmManager vmManager)
-
Uses of VmManager in org.jrd.backend.core
Constructors in org.jrd.backend.core with parameters of type VmManager Constructor Description AgentAttachManager(VmManager vmManager)
DecompilerRequestReceiver(VmManager vmManager)
-
Uses of VmManager in org.jrd.backend.data
Methods in org.jrd.backend.data that return VmManager Modifier and Type Method Description VmManager
Model. getVmManager()
Methods in org.jrd.backend.data with parameters of type VmManager Modifier and Type Method Description static VmDecompilerStatus
Cli. obtainClass(VmInfo vmInfo, String clazz, VmManager manager)
static String[]
Cli. obtainClasses(VmInfo vmInfo, VmManager manager)
-
Uses of VmManager in org.jrd.backend.decompiling
Methods in org.jrd.backend.decompiling with parameters of type VmManager Modifier and Type Method Description String
PluginManager. decompile(DecompilerWrapperInformation wrapper, String name, byte[] bytecode, String[] options, VmInfo vmInfo, VmManager vmManager)
-
Uses of VmManager in org.jrd.frontend
Methods in org.jrd.frontend with parameters of type VmManager Modifier and Type Method Description static boolean
Utils. uploadByGui(VmInfo vmInfo, VmManager vmManager, Utils.StatusKeeper status, String clazz, byte[] content)
static String
Utils. uploadBytecode(String clazz, VmManager vmManager, VmInfo vmInfo, byte[] bytes)
-
Uses of VmManager in org.jrd.frontend.MainFrame
Methods in org.jrd.frontend.MainFrame with parameters of type VmManager Modifier and Type Method Description static String
VmDecompilerInformationController. submitRequest(VmManager vmManager, AgentRequestAction request)
Constructors in org.jrd.frontend.MainFrame with parameters of type VmManager Constructor Description RewriteClassDialog(String name, LatestPaths latestPaths, String currentBuffer, byte[] cBinBuffer, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, DecompilerWrapperInformation selectedDecompiler, int supperSelection)
-
Uses of VmManager in org.jrd.frontend.NewConnectionFrame
Constructors in org.jrd.frontend.NewConnectionFrame with parameters of type VmManager Constructor Description NewConnectionController(NewConnectionView newConnectionView, VmManager vmManager)
-
Uses of VmManager in org.jrd.frontend.NewFsVmFrame
Constructors in org.jrd.frontend.NewFsVmFrame with parameters of type VmManager Constructor Description NewFsVmController(NewFsVmView newConnectionView, VmManager vmManager)
-