Uses of Class
org.jrd.backend.data.VmInfo
Packages that use VmInfo
Package
Description
-
Uses of VmInfo in org.jrd.backend.communication
Fields in org.jrd.backend.communication declared as VmInfoModifier and TypeFieldDescriptionprivate final VmInfoRuntimeCompilerConnector.JrdClassesProvider.vmInfoFields in org.jrd.backend.communication with type parameters of type VmInfoMethods in org.jrd.backend.communication with parameters of type VmInfoConstructors in org.jrd.backend.communication with parameters of type VmInfo -
Uses of VmInfo in org.jrd.backend.core
Methods in org.jrd.backend.core with parameters of type VmInfoModifier and TypeMethodDescriptionstatic 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
Fields in org.jrd.backend.data with type parameters of type VmInfoModifier and TypeFieldDescriptionstatic final Comparator<VmInfo>VmInfo.FS_VM_COMPARATORprivate static final Comparator<VmInfo>VmInfo.HOSTNAME_COMPARATORstatic final Comparator<VmInfo>VmInfo.LOCAL_VM_COMPARATORprivate static final Comparator<VmInfo>VmInfo.PORT_COMPARATORstatic final Comparator<VmInfo>VmInfo.REMOTE_VM_COMPARATORVmManager.vmInfoSetMethods in org.jrd.backend.data that return VmInfoModifier and TypeMethodDescription(package private) static VmInfoVmInfo.base64Deserialize(String base64Representation) VmManager.createFsVM(List<File> cp, String name, boolean shouldBeSaved) VmManager.createRemoteVM(String hostname, int port) VmManager.findVmFromPid(String param) VmManager.findVmFromPidNoException(String param) (package private) VmInfoVmManager.getVmInfoByID(String vmId) Methods in org.jrd.backend.data that return types with arguments of type VmInfoMethods in org.jrd.backend.data with parameters of type VmInfoModifier and TypeMethodDescriptionvoidConfig.addSavedFsVm(VmInfo vmInfo) static voidCli.initClass(VmInfo vmInfo, VmManager vmManager, String fqn, PrintStream outputMessageStream) booleanConfig.isSavedFsVm(VmInfo vmInfo) private voidCli.listClassesFromVmInfo(VmInfo vmInfo, List<Pattern> filter, boolean details) static VmDecompilerStatusCli.obtainClass(VmInfo vmInfo, String clazz, VmManager manager) static String[]Cli.obtainClasses(VmInfo vmInfo, VmManager manager) static ClassInfo[]Cli.obtainClassesDetails(VmInfo vmInfo, VmManager manager) Cli.obtainFilteredClasses(VmInfo vmInfo, VmManager vmManager, List<Pattern> filter, boolean details) voidConfig.removeSavedFsVm(VmInfo vmInfo) boolean -
Uses of VmInfo in org.jrd.backend.decompiling
Methods in org.jrd.backend.decompiling with parameters of type VmInfo -
Uses of VmInfo in org.jrd.frontend.frame.main
Fields in org.jrd.frontend.frame.main declared as VmInfoFields in org.jrd.frontend.frame.main with type parameters of type VmInfoModifier and TypeFieldDescriptionMainFrameView.fsVmListMainFrameView.localVmListMainFrameView.remoteVmListMethods in org.jrd.frontend.frame.main with parameters of type VmInfoModifier and TypeMethodDescriptionstatic AgentRequestActionDecompilationController.createRequest(VmInfo vmInfo, AgentRequestAction.RequestAction action, String... commands) (package private) voidMainFrameView.setFsVmList(VmInfo[] vmInfos) (package private) voidMainFrameView.setLocalVmList(VmInfo[] vmInfos) (package private) voidMainFrameView.setRemoteVmList(VmInfo[] vmInfos) private voidprivate booleanDecompilationController.warnOnOvveridesOfFsVm(VmInfo selectedVm) static booleanDecompilationController.warnOnOvveridesOfFsVm(VmInfo vmInfo, JFrame parent) Method parameters in org.jrd.frontend.frame.main with type arguments of type VmInfo -
Uses of VmInfo in org.jrd.frontend.frame.main.renderer
Methods in org.jrd.frontend.frame.main.renderer with parameters of type VmInfoModifier and TypeMethodDescriptionVmListRenderer.getListCellRendererComponent(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 VmInfoModifier and TypeMethodDescriptionVmListRenderer.getListCellRendererComponent(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 VmInfoModifier and TypeFieldDescriptionprotected final VmInfoOverwriteClassDialog.CompilerOutputActionFields.vmInfoprivate final VmInfoOverwriteClassDialog.vmInfoMethods in org.jrd.frontend.frame.overwrite with parameters of type VmInfoModifier and TypeMethodDescriptionprivate 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 VmInfoModifierConstructorDescription(package private)CompilerOutputActionFields(JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper dwi, boolean haveCompiler, boolean isVerbose, int namingSchema, String destination) OverwriteClassDialog(String name, LatestPaths latestPaths, String currentBuffer, byte[] cBinBuffer, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, DecompilerWrapper selectedDecompiler, boolean isBinaryVisible, boolean isVerbose) (package private)SavingCompilerOutputAction(JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper dwi, boolean hasCompiler, boolean isVerbose, int namingSchema, String destination) (package private)UploadingCompilerOutputAction(JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper wrapper, boolean hasCompiler, boolean isVerbose, int namingSchema, String destination) -
Uses of VmInfo in org.jrd.frontend.utility
Methods in org.jrd.frontend.utility with parameters of type VmInfoModifier and TypeMethodDescriptionprivate static Collection<AgentApiGenerator.ClazzMethod>AgentApiGenerator.getClazzMethods(VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, String innerClazzName, 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, String clazz, byte[] content) static StringCommonUtils.uploadBytecode(String clazz, VmManager vmManager, VmInfo vmInfo, byte[] bytes)