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
Fields in org.jrd.backend.communication declared as VmInfo Modifier and Type Field Description private VmInfoRuntimeCompilerConnector.JRDClassesProvider. vmInfoConstructors 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, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action)static AgentRequestActionAgentRequestAction. create(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action, java.lang.String name)static AgentRequestActionAgentRequestAction. create(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action, java.lang.String name, java.lang.String base64body) -
Uses of VmInfo in org.jrd.backend.data
Fields in org.jrd.backend.data with type parameters of type VmInfo Modifier and Type Field Description private java.util.HashSet<VmInfo>VmManager. vmInfoSetMethods in org.jrd.backend.data that return VmInfo Modifier and Type Method Description VmInfoVmManager. createFsVM(java.util.List<java.io.File> cp, java.lang.String name)VmInfoVmManager. createRemoteVM(java.lang.String hostname, int port)VmInfoVmManager. findVmFromPID(java.lang.String param)private VmInfoCli. getVmInfo(java.lang.String param)VmInfoVmManager. getVmInfoByID(java.lang.String VmId)Methods in org.jrd.backend.data that return types with arguments of type VmInfo Modifier and Type Method Description java.util.HashSet<VmInfo>VmManager. getVmInfoSet()Methods in org.jrd.backend.data with parameters of type VmInfo Modifier and Type Method Description private voidCli. listClassesFromVmInfo(VmInfo vmInfo, java.util.List<java.util.regex.Pattern> filter)static VmDecompilerStatusCli. obtainClass(VmInfo vmInfo, java.lang.String clazz, VmManager manager)static java.lang.String[]Cli. obtainClasses(VmInfo vmInfo, VmManager manager)private static java.util.List<java.lang.String>Cli. obtainFilteredClasses(VmInfo vmInfo, VmManager vmManager, java.util.List<java.util.regex.Pattern> filter) -
Uses of VmInfo in org.jrd.backend.decompiling
Methods in org.jrd.backend.decompiling with parameters of type VmInfo Modifier and Type Method Description java.lang.StringPluginManager. decompile(DecompilerWrapperInformation wrapper, java.lang.String name, byte[] bytecode, java.lang.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, java.lang.String clazz, byte[] content)static java.lang.StringUtils. uploadBytecode(java.lang.String clazz, VmManager vmManager, VmInfo vmInfo, byte[] bytes) -
Uses of VmInfo in org.jrd.frontend.MainFrame
Fields in org.jrd.frontend.MainFrame declared as VmInfo Modifier and Type Field Description protected VmInfoRewriteClassDialog.CompilerOutputActionFields. vmInfoprivate VmInfoRewriteClassDialog. vmInfoprivate VmInfoVmDecompilerInformationController. vmInfoFields in org.jrd.frontend.MainFrame with type parameters of type VmInfo Modifier and Type Field Description private javax.swing.JList<VmInfo>MainFrameView. localFsVmListprivate javax.swing.JList<VmInfo>MainFrameView. localVmListprivate javax.swing.JList<VmInfo>MainFrameView. remoteVmListMethods 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, java.lang.String... commands)(package private) voidMainFrameView. setFsVmList(VmInfo[] vmInfos)(package private) voidMainFrameView. setLocalVmList(VmInfo[] vmInfos)(package private) voidMainFrameView. setRemoteVmList(VmInfo[] vmInfos)private voidMainFrameView. setVmList(javax.swing.JList<VmInfo> vmList, VmInfo[] vmInfos)private static RewriteClassDialog.CompilationWithResultRewriteClassDialog. xompileWithGui(VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapperInformation currentDecompiler, boolean haveCompiler, io.github.mkoncek.classpathless.api.IdentifiedSource... sources)Method parameters in org.jrd.frontend.MainFrame with type arguments of type VmInfo Modifier and Type Method Description private voidVmDecompilerInformationController. clearOtherList(javax.swing.JList<VmInfo> vmList)If selected list is remoteVmList clears localVmList and vice versa.
Effectively merging them into one.private voidMainFrameView. setVmList(javax.swing.JList<VmInfo> vmList, VmInfo[] vmInfos)Constructors in org.jrd.frontend.MainFrame with parameters of type VmInfo Constructor Description CompilerOutputActionFields(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapperInformation dwi, boolean haveCompiler, int namingSchema, java.lang.String destination)RewriteClassDialog(java.lang.String name, LatestPaths latestPaths, java.lang.String currentBuffer, byte[] cBinBuffer, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, DecompilerWrapperInformation selectedDecompiler, int supperSelection)SavingCompilerOutputAction(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapperInformation dwi, boolean haveCompiler, int namingSchema, java.lang.String destination)UploadingCompilerOutputAction(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapperInformation dwi, boolean haveCompiler, int namingSchema, java.lang.String destination)
-