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 VmInfo
RuntimeCompilerConnector.JRDClassesProvider. 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 AgentRequestAction
AgentRequestAction. create(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action)
static AgentRequestAction
AgentRequestAction. create(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action, java.lang.String name)
static AgentRequestAction
AgentRequestAction. 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. vmInfoSet
Methods in org.jrd.backend.data that return VmInfo Modifier and Type Method Description VmInfo
VmManager. createFsVM(java.util.List<java.io.File> cp, java.lang.String name)
VmInfo
VmManager. createRemoteVM(java.lang.String hostname, int port)
VmInfo
VmManager. findVmFromPID(java.lang.String param)
private VmInfo
Cli. getVmInfo(java.lang.String param)
VmInfo
VmManager. 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 void
Cli. listClassesFromVmInfo(VmInfo vmInfo, java.util.List<java.util.regex.Pattern> filter)
static VmDecompilerStatus
Cli. 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.String
PluginManager. 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 boolean
Utils. uploadByGui(VmInfo vmInfo, VmManager vmManager, Utils.StatusKeeper status, java.lang.String clazz, byte[] content)
static java.lang.String
Utils. 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 VmInfo
RewriteClassDialog.CompilerOutputActionFields. vmInfo
private VmInfo
RewriteClassDialog. vmInfo
private VmInfo
VmDecompilerInformationController. vmInfo
Fields in org.jrd.frontend.MainFrame with type parameters of type VmInfo Modifier and Type Field Description private javax.swing.JList<VmInfo>
MainFrameView. localFsVmList
private javax.swing.JList<VmInfo>
MainFrameView. localVmList
private javax.swing.JList<VmInfo>
MainFrameView. remoteVmList
Methods in org.jrd.frontend.MainFrame with parameters of type VmInfo Modifier and Type Method Description boolean
VmDecompilerInformationController.vmArrayList. add(VmInfo vmInfo)
static AgentRequestAction
VmDecompilerInformationController. createRequest(VmInfo vmInfo, AgentRequestAction.RequestAction action, java.lang.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
MainFrameView. setVmList(javax.swing.JList<VmInfo> vmList, VmInfo[] vmInfos)
private static RewriteClassDialog.CompilationWithResult
RewriteClassDialog. 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 void
VmDecompilerInformationController. clearOtherList(javax.swing.JList<VmInfo> vmList)
If selected list is remoteVmList clears localVmList and vice versa.
Effectively merging them into one.private void
MainFrameView. 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)
-