Uses of Class
org.jrd.backend.data.VmInfo
-
-
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. vmInfoFields in org.jrd.backend.communication with type parameters of type VmInfo Modifier and Type Field Description private static java.util.Map<VmInfo,FsAgent>FsAgent. AGENTSMethods in org.jrd.backend.communication with parameters of type VmInfo Modifier and Type Method Description static FsAgentFsAgent. get(VmInfo vmInfo)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, 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 static java.util.Comparator<VmInfo>VmInfo. FS_VM_COMPARATORprivate static java.util.Comparator<VmInfo>VmInfo. HOSTNAME_COMPARATORstatic java.util.Comparator<VmInfo>VmInfo. LOCAL_VM_COMPARATORprivate static java.util.Comparator<VmInfo>VmInfo. PORT_COMPARATORstatic java.util.Comparator<VmInfo>VmInfo. REMOTE_VM_COMPARATORprivate java.util.Set<VmInfo>VmManager. vmInfoSetMethods in org.jrd.backend.data that return VmInfo Modifier and Type Method Description (package private) static VmInfoVmInfo. base64Deserialize(java.lang.String base64Representation)VmInfoVmManager. createFsVM(java.util.List<java.io.File> cp, java.lang.String name, boolean shouldBeSaved)VmInfoVmManager. createRemoteVM(java.lang.String hostname, int port)VmInfoVmManager. findVmFromPid(java.lang.String param)VmInfoVmManager. findVmFromPidNoException(java.lang.String param)(package 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.List<VmInfo>Config. getSavedFsVms()java.util.Set<VmInfo>VmManager. getVmInfoSet()Methods in org.jrd.backend.data with parameters of type VmInfo Modifier and Type Method Description voidConfig. addSavedFsVm(VmInfo vmInfo)static voidCli. initClass(VmInfo vmInfo, VmManager vmManager, java.lang.String fqn, java.io.PrintStream outputMessageStream)booleanConfig. isSavedFsVm(VmInfo vmInfo)private voidCli. listClassesFromVmInfo(VmInfo vmInfo, java.util.List<java.util.regex.Pattern> filter, boolean details)static VmDecompilerStatusCli. obtainClass(VmInfo vmInfo, java.lang.String clazz, VmManager manager)static java.lang.String[]Cli. obtainClasses(VmInfo vmInfo, VmManager manager)static ClassInfo[]Cli. obtainClassesDetails(VmInfo vmInfo, VmManager manager)private static java.util.List<ClassInfo>Cli. obtainFilteredClasses(VmInfo vmInfo, VmManager vmManager, java.util.List<java.util.regex.Pattern> filter, boolean details)voidConfig. removeSavedFsVm(VmInfo vmInfo)booleanVmManager. removeVm(VmInfo target) -
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(DecompilerWrapper wrapper, java.lang.String name, byte[] bytecode, java.lang.String[] options, VmInfo vmInfo, VmManager vmManager) -
Uses of VmInfo in org.jrd.frontend.frame.main
Fields in org.jrd.frontend.frame.main declared as VmInfo Modifier and Type Field Description private VmInfoDecompilationController. vmInfoFields in org.jrd.frontend.frame.main with type parameters of type VmInfo Modifier and Type Field Description private javax.swing.JList<VmInfo>MainFrameView. fsVmListprivate javax.swing.JList<VmInfo>MainFrameView. localVmListprivate javax.swing.JList<VmInfo>MainFrameView. remoteVmListMethods in org.jrd.frontend.frame.main with parameters of type VmInfo Modifier and Type Method Description static AgentRequestActionDecompilationController. 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 booleanDecompilationController. warnOnOvveridesOfFsVm(VmInfo selectedVm)static booleanDecompilationController. warnOnOvveridesOfFsVm(VmInfo vmInfo, javax.swing.JFrame parent)Method parameters in org.jrd.frontend.frame.main with type arguments of type VmInfo Modifier and Type Method Description private voidDecompilationController. 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) -
Uses of VmInfo in org.jrd.frontend.frame.main.renderer
Methods in org.jrd.frontend.frame.main.renderer with parameters of type VmInfo Modifier and Type Method Description java.awt.ComponentVmListRenderer. getListCellRendererComponent(javax.swing.JList<? extends VmInfo> list, VmInfo vmInfo, int index, boolean isSelected, boolean cellHasFocus)Method parameters in org.jrd.frontend.frame.main.renderer with type arguments of type VmInfo Modifier and Type Method Description java.awt.ComponentVmListRenderer. getListCellRendererComponent(javax.swing.JList<? extends VmInfo> list, VmInfo vmInfo, int index, boolean isSelected, boolean cellHasFocus) -
Uses of VmInfo in org.jrd.frontend.frame.overwrite
Fields in org.jrd.frontend.frame.overwrite declared as VmInfo Modifier and Type Field Description protected VmInfoOverwriteClassDialog.CompilerOutputActionFields. vmInfoprivate VmInfoOverwriteClassDialog. vmInfoMethods in org.jrd.frontend.frame.overwrite with parameters of type VmInfo Modifier and Type Method Description private 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 VmInfo Constructor Description CompilerOutputActionFields(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper dwi, boolean haveCompiler, boolean isVerbose, int namingSchema, java.lang.String destination)OverwriteClassDialog(java.lang.String name, LatestPaths latestPaths, java.lang.String currentBuffer, byte[] cBinBuffer, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, DecompilerWrapper selectedDecompiler, boolean isBinaryVisible, boolean isVerbose)SavingCompilerOutputAction(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper dwi, boolean hasCompiler, boolean isVerbose, int namingSchema, java.lang.String destination)UploadingCompilerOutputAction(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper wrapper, boolean hasCompiler, boolean isVerbose, int namingSchema, java.lang.String destination) -
Uses of VmInfo in org.jrd.frontend.utility
Methods in org.jrd.frontend.utility with parameters of type VmInfo Modifier and Type Method Description private static java.util.Collection<AgentApiGenerator.ClazzMethod>AgentApiGenerator. getClazzMethods(VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, java.lang.String innerClazzName, java.lang.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, java.lang.String clazz, byte[] content)static java.lang.StringCommonUtils. uploadBytecode(java.lang.String clazz, VmManager vmManager, VmInfo vmInfo, byte[] bytes)
-