Uses of Class
org.jrd.backend.data.VmInfo
-
Packages that use VmInfo Package Description org.jrd.backend.communication org.jrd.backend.core org.jrd.backend.data org.jrd.backend.decompiling org.jrd.frontend org.jrd.frontend.MainFrame -
-
Uses of VmInfo in org.jrd.backend.communication
Constructors in org.jrd.backend.communication with parameters of type VmInfo Constructor Description JRDClassesProvider(VmInfo vmInfo, VmManager vmManager)
-
Uses of VmInfo in org.jrd.backend.core
Methods in org.jrd.backend.core with parameters of type VmInfo Modifier and Type Method Description static AgentRequestAction
AgentRequestAction. create(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action)
static AgentRequestAction
AgentRequestAction. create(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name)
static AgentRequestAction
AgentRequestAction. create(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name, String base64body)
-
Uses of VmInfo in org.jrd.backend.data
Methods in org.jrd.backend.data that return VmInfo Modifier and Type Method Description VmInfo
VmManager. createFsVM(List<File> cp, String name)
VmInfo
VmManager. createRemoteVM(String hostname, int port)
VmInfo
VmManager. findVmFromPID(String param)
VmInfo
VmManager. getVmInfoByID(String VmId)
Methods in org.jrd.backend.data that return types with arguments of type VmInfo Modifier and Type Method Description HashSet<VmInfo>
VmManager. getVmInfoSet()
Methods in org.jrd.backend.data with parameters of type VmInfo 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 VmInfo in org.jrd.backend.decompiling
Methods in org.jrd.backend.decompiling with parameters of type VmInfo Modifier and Type Method Description String
PluginManager. decompile(DecompilerWrapperInformation wrapper, String name, byte[] bytecode, String[] options, VmInfo vmInfo, VmManager vmManager)
-
Uses of VmInfo in org.jrd.frontend
Methods in org.jrd.frontend with parameters of type VmInfo 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 VmInfo in org.jrd.frontend.MainFrame
Methods in org.jrd.frontend.MainFrame with parameters of type VmInfo Modifier and Type Method Description boolean
VmDecompilerInformationController.vmArrayList. add(VmInfo vmInfo)
static AgentRequestAction
VmDecompilerInformationController. createRequest(VmInfo vmInfo, AgentRequestAction.RequestAction action, String... commands)
Constructors in org.jrd.frontend.MainFrame with parameters of type VmInfo Constructor Description RewriteClassDialog(String name, LatestPaths latestPaths, String currentBuffer, byte[] cBinBuffer, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, DecompilerWrapperInformation selectedDecompiler, int supperSelection)
-