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 AgentRequestActionAgentRequestAction. create(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action)static AgentRequestActionAgentRequestAction. create(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name)static AgentRequestActionAgentRequestAction. 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 VmInfoVmManager. createFsVM(List<File> cp, String name)VmInfoVmManager. createRemoteVM(String hostname, int port)VmInfoVmManager. findVmFromPID(String param)VmInfoVmManager. 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 VmDecompilerStatusCli. 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 StringPluginManager. 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 booleanUtils. uploadByGui(VmInfo vmInfo, VmManager vmManager, Utils.StatusKeeper status, String clazz, byte[] content)static StringUtils. 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 booleanVmDecompilerInformationController.vmArrayList. add(VmInfo vmInfo)static AgentRequestActionVmDecompilerInformationController. 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)
-