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 VmInfo
RuntimeCompilerConnector.JrdClassesProvider.vmInfo
Fields 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 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
Fields in org.jrd.backend.data with type parameters of type VmInfoModifier and TypeFieldDescriptionstatic final Comparator<VmInfo>
VmInfo.FS_VM_COMPARATOR
private static final Comparator<VmInfo>
VmInfo.HOSTNAME_COMPARATOR
static final Comparator<VmInfo>
VmInfo.LOCAL_VM_COMPARATOR
private static final Comparator<VmInfo>
VmInfo.PORT_COMPARATOR
static final Comparator<VmInfo>
VmInfo.REMOTE_VM_COMPARATOR
VmManager.vmInfoSet
Methods in org.jrd.backend.data that return VmInfoModifier and TypeMethodDescription(package private) static VmInfo
VmInfo.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) VmInfo
VmManager.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 TypeMethodDescriptionvoid
Config.addSavedFsVm
(VmInfo vmInfo) static void
Cli.initClass
(VmInfo vmInfo, VmManager vmManager, String fqn, PrintStream outputMessageStream) boolean
Config.isSavedFsVm
(VmInfo vmInfo) private void
Cli.listClassesFromVmInfo
(VmInfo vmInfo, List<Pattern> filter, boolean details) static VmDecompilerStatus
Cli.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) void
Config.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.fsVmList
MainFrameView.localVmList
MainFrameView.remoteVmList
Methods in org.jrd.frontend.frame.main with parameters of type VmInfoModifier and TypeMethodDescriptionstatic AgentRequestAction
DecompilationController.createRequest
(VmInfo vmInfo, AgentRequestAction.RequestAction action, String... commands) (package private) void
MainFrameView.setFsVmList
(VmInfo[] vmInfos) (package private) void
MainFrameView.setLocalVmList
(VmInfo[] vmInfos) (package private) void
MainFrameView.setRemoteVmList
(VmInfo[] vmInfos) private void
private boolean
DecompilationController.warnOnOvveridesOfFsVm
(VmInfo selectedVm) static boolean
DecompilationController.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 VmInfo
OverwriteClassDialog.CompilerOutputActionFields.vmInfo
private final VmInfo
OverwriteClassDialog.vmInfo
Methods in org.jrd.frontend.frame.overwrite with parameters of type VmInfoModifier and TypeMethodDescriptionprivate static OverwriteClassDialog.CompilationWithResult
OverwriteClassDialog.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 void
AgentApiGenerator.initItems
(VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager) private static void
AgentApiGenerator.initItems
(VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, boolean withSignatures) static boolean
CommonUtils.uploadByGui
(VmInfo vmInfo, VmManager vmManager, CommonUtils.StatusKeeper status, String clazz, byte[] content) static String
CommonUtils.uploadBytecode
(String clazz, VmManager vmManager, VmInfo vmInfo, byte[] bytes)