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 that return 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 declared as VmInfoModifier and TypeFieldDescriptionprivate final VmInfo
Config.VminfoWithDuplicatedBytemanCompanion.vmInfo
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, boolean shouldBeSaved, BytemanCompanion bytemanCompanion) VmManager.createRemoteVM
(String hostname, int port, String idOverride, boolean shouldBeSaved, BytemanCompanion bytemanCompanion) VmManager.findVmFromPid
(String param) VmManager.findVmFromPidNoException
(String param) Config.VminfoWithDuplicatedBytemanCompanion.getVmInfo()
DependenciesReader.getVmInfo()
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) void
Config.addSavedRemoteVm
(VmInfo vmInfo) boolean
Config.isSavedFsVm
(VmInfo vmInfo) boolean
Config.isSavedRemoteVm
(VmInfo vmInfo) void
Config.removeSavedFsVm
(VmInfo vmInfo) void
Config.removeSavedRemoteVm
(VmInfo vmInfo) boolean
Constructors in org.jrd.backend.data with parameters of type VmInfoModifierConstructorDescriptionVminfoWithDuplicatedBytemanCompanion
(VmInfo vmInfo, BytemanCompanion bytemanCompanion) -
Uses of VmInfo in org.jrd.backend.data.cli
Fields in org.jrd.backend.data.cli declared as VmInfoMethods in org.jrd.backend.data.cli that return VmInfoMethods in org.jrd.backend.data.cli with parameters of type VmInfoModifier and TypeMethodDescriptionstatic String
Lib.addByteClassesViaJar
(VmInfo vmInfo, List<io.github.mkoncek.classpathless.api.IdentifiedBytecode> toJar, boolean isBoot, VmManager vmManager) static String
static String
Lib.addFileClassesViaJar
(VmInfo vmInfo, List<FqnAndClassToJar> toJar, boolean isBoot, VmManager vmManager) static String
Lib.addJar
(VmInfo vmInfo, boolean isBoot, String jarName, String jarBytesInBase64, VmManager vmManager) static String
Lib.decompileBytesByDecompilerName
(byte[] bytes, String pluginName, String className, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager) static String
Lib.decompileBytesByDecompilerName
(String base64Bytes, String pluginName, String className, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager) static int[]
Lib.getByteCodeVersions
(ClassInfo clazz, VmInfo vmInfo, VmManager vmManager) static Integer
Lib.getDefaultRemoteBytecodelevel
(VmInfo vmInfo, VmManager vmManager) static Integer
Lib.getDefaultRemoteBytecodelevel
(VmInfo vmInfo, VmManager vmManager, String className) static Integer
Lib.getDefaultRemoteBytecodelevelCatched
(VmInfo vmInfo, VmManager vmManager) static Lib.HandhshakeResult
Lib.handshakeAgent
(KnownAgent agent, VmInfo vmInfo, VmManager vmManager) static void
Lib.initClass
(VmInfo vmInfo, VmManager vmManager, String fqn, PrintStream outputMessageStream) static String
Lib.initClassNoThrow
(VmInfo vmInfo, VmManager vmManager, String fqn) static VmDecompilerStatus
Lib.obtainClass
(VmInfo vmInfo, String clazz, VmManager manager) static String[]
Lib.obtainClasses
(VmInfo vmInfo, VmManager manager) static ClassInfo[]
Lib.obtainClassesDetails
(VmInfo vmInfo, VmManager manager) Lib.obtainFilteredClasses
(VmInfo vmInfo, VmManager vmManager, List<Pattern> filter, boolean details, Optional<String> search) static String[]
Lib.obtainOverrides
(VmInfo vmInfo, VmManager manager) static VmDecompilerStatus
Lib.obtainVersion
(VmInfo vmInfo, VmManager manager) static void
Lib.removeOverrides
(VmInfo vmInfo, VmManager manager, String regex) static String[]
Lib.searchClasses
(VmInfo vmInfo, VmManager manager, String searchedSusbtring, String regex) static ClassInfo[]
Lib.searchWithClassesDetails
(VmInfo vmInfo, VmManager manager, String searchedSusbtring, String regex) static String
Lib.uploadClass
(VmInfo vmInfo, String className, byte[] bytes, VmManager vmManager) static String
Lib.uploadClass
(VmInfo vmInfo, String className, String clazzBytesInBase64, VmManager vmManager) Constructors in org.jrd.backend.data.cli with parameters of type VmInfoModifierConstructorDescriptionHandhshakeResult
(VmInfo vmInfo, String loadedClassBytes, String compare) -
Uses of VmInfo in org.jrd.backend.data.cli.utils
Fields in org.jrd.backend.data.cli.utils declared as VmInfoConstructors in org.jrd.backend.data.cli.utils with parameters of type VmInfoModifierConstructorDescriptionCompileArguments
(PluginManager pluginManager, VmManager vmManager, VmInfo vmInfo, String pluginCompiler) -
Uses of VmInfo in org.jrd.backend.data.cli.workers
Methods in org.jrd.backend.data.cli.workers that return VmInfoModifier and TypeMethodDescriptionAddClasses.addClasses()
Api.api()
AttachDetach.attach
(AgentConfig agntConfig) private VmInfo[]
Compile.compileAndUpload
(CompileArguments args) Decompile.decompile()
InitClass.init()
Classes.listClasses
(boolean details, boolean bytecodeVersion, Optional<String> search) Overrides.listOverrides()
OverwriteAndUpload.overwrite
(ReceivedType add) Patch.patch()
PrintBytes.printBytes
(String operation) Overrides.removeOverrides()
Classes.searchClasses()
Methods in org.jrd.backend.data.cli.workers that return types with arguments of type VmInfoModifier and TypeMethodDescriptionListAgents.listAgents
(boolean versions) ListAgents.listAgents
(List<String> params) Methods in org.jrd.backend.data.cli.workers with parameters of type VmInfoModifier and TypeMethodDescriptionprivate String
AddClasses.addClassesEvenWithFqns
(VmInfo vmInfo, List<String> fqnAndFile) private String
AddClasses.addClassesGuessFqn
(VmInfo vmInfo, List<String> files) private String
AddClasses.addClassesViaJarWraper
(VmInfo vmInfo, List<FqnAndClassToJar> toJar) private String
Patch.decompileBytesByDecompilerName
(String base64Bytes, String pluginName, String className, VmInfo vmInfo) private String
Classes.getBytecodesString
(VmInfo vmInfo, boolean details, boolean bytecodeVersion, ClassInfo clazz, boolean doThrow) private void
Classes.listClassesFromVmInfo
(VmInfo vmInfo, List<Pattern> filter, boolean details, boolean bytecodeVersion, Optional<String> search) Method parameters in org.jrd.backend.data.cli.workers with type arguments of type VmInfo -
Uses of VmInfo in org.jrd.backend.decompiling
Methods in org.jrd.backend.decompiling with parameters of type VmInfoModifier and TypeMethodDescriptionprivate void
PluginManager.addAndInitDepndenceClass
(VmInfo vmInfo, VmManager vmManager, Map<String, byte[]> otherClasses, String clazz) PluginManager.decompile
(DecompilerWrapper wrapper, String name, byte[] bytecode, String[] options, VmInfo vmInfo, VmManager vmManager) -
Uses of VmInfo in org.jrd.frontend.frame.main
Fields in org.jrd.frontend.frame.main with type parameters of type VmInfoModifier and TypeFieldDescriptionMainFrameView.fsVmList
MainFrameView.localVmList
MainFrameView.remoteVmList
NewAgentDialog.vmsList
Methods in org.jrd.frontend.frame.main that return VmInfoMethods in org.jrd.frontend.frame.main with parameters of type VmInfoModifier and TypeMethodDescriptionvoid
MainFrameView.setFsVmList
(VmInfo[] vmInfos) void
MainFrameView.setLocalVmList
(VmInfo[] vmInfos) void
MainFrameView.setRemoteVmList
(VmInfo[] vmInfos) private void
Method parameters in org.jrd.frontend.frame.main with type arguments of type VmInfo -
Uses of VmInfo in org.jrd.frontend.frame.main.decompilerview
Fields in org.jrd.frontend.frame.main.decompilerview declared as VmInfoMethods in org.jrd.frontend.frame.main.decompilerview that return VmInfoModifier and TypeMethodDescriptionDecompilationController.getVmInfo()
TextWithControls.getVmInfo()
Methods in org.jrd.frontend.frame.main.decompilerview with parameters of type VmInfoModifier and TypeMethodDescriptionstatic AgentRequestAction
DecompilationController.createRequest
(VmInfo vmInfo, AgentRequestAction.RequestAction action, String... commands) private boolean
DecompilationController.exitOnEmpty
(String vmType, VmInfo selectedVm) private String
private boolean
DecompilationController.warnOnOvveridesOfFsVm
(VmInfo selectedVm) static boolean
DecompilationController.warnOnOvveridesOfFsVm
(VmInfo vmInfo, JFrame parent) Method parameters in org.jrd.frontend.frame.main.decompilerview with type arguments of type VmInfoModifier and TypeMethodDescriptionprivate void
DecompilationController.clearOtherList
(JList<VmInfo> vmList) If selected list is remoteVmList clears localVmList and vice versa.
Effectively merging them into one. -
Uses of VmInfo in org.jrd.frontend.frame.main.decompilerview.dummycompiler.providers
Methods in org.jrd.frontend.frame.main.decompilerview.dummycompiler.providers that return 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 TypeMethodDescriptionprivate String
VmListRenderer.addBytemanTooltip
(VmInfo vmInfo) private String
VmListRenderer.getBytemanForRemote
(VmInfo vmInfo) VmListRenderer.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, int tab, boolean isVerbose, ClasspathProvider cp) (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)