Uses of Class
org.jrd.backend.data.VmManager
-
-
Uses of VmManager in org.jrd.backend.communication
Fields in org.jrd.backend.communication declared as VmManager Modifier and Type Field Description private VmManagerRuntimeCompilerConnector.JRDClassesProvider. vmManagerConstructors in org.jrd.backend.communication with parameters of type VmManager Constructor Description JRDClassesProvider(VmInfo vmInfo, VmManager vmManager) -
Uses of VmManager in org.jrd.backend.core
Fields in org.jrd.backend.core declared as VmManager Modifier and Type Field Description private VmManagerAgentAttachManager. vmManagerprivate VmManagerDecompilerRequestReceiver. vmManagerMethods in org.jrd.backend.core with parameters of type VmManager Modifier and Type Method Description (package private) voidAgentAttachManager. setVmManager(VmManager vmManager)Constructors in org.jrd.backend.core with parameters of type VmManager Constructor Description AgentAttachManager(VmManager vmManager)DecompilerRequestReceiver(VmManager vmManager) -
Uses of VmManager in org.jrd.backend.data
Fields in org.jrd.backend.data declared as VmManager Modifier and Type Field Description private VmManagerCli. vmManagerprivate VmManagerModel. vmManagerMethods in org.jrd.backend.data that return VmManager Modifier and Type Method Description VmManagerModel. getVmManager()Methods in org.jrd.backend.data with parameters of type VmManager Modifier and Type Method Description static VmDecompilerStatusCli. 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 VmManager in org.jrd.backend.decompiling
Methods in org.jrd.backend.decompiling with parameters of type VmManager Modifier and Type Method Description java.lang.StringPluginManager. decompile(DecompilerWrapperInformation wrapper, java.lang.String name, byte[] bytecode, java.lang.String[] options, VmInfo vmInfo, VmManager vmManager) -
Uses of VmManager in org.jrd.frontend
Methods in org.jrd.frontend with parameters of type VmManager Modifier and Type Method Description static booleanUtils. uploadByGui(VmInfo vmInfo, VmManager vmManager, Utils.StatusKeeper status, java.lang.String clazz, byte[] content)static java.lang.StringUtils. uploadBytecode(java.lang.String clazz, VmManager vmManager, VmInfo vmInfo, byte[] bytes) -
Uses of VmManager in org.jrd.frontend.MainFrame
Fields in org.jrd.frontend.MainFrame declared as VmManager Modifier and Type Field Description protected VmManagerRewriteClassDialog.CompilerOutputActionFields. vmManagerprivate VmManagerRewriteClassDialog. vmManagerprivate VmManagerVmDecompilerInformationController. vmManagerMethods in org.jrd.frontend.MainFrame with parameters of type VmManager Modifier and Type Method Description static java.lang.StringVmDecompilerInformationController. submitRequest(VmManager vmManager, AgentRequestAction request)private static RewriteClassDialog.CompilationWithResultRewriteClassDialog. xompileWithGui(VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapperInformation currentDecompiler, boolean haveCompiler, io.github.mkoncek.classpathless.api.IdentifiedSource... sources)Constructors in org.jrd.frontend.MainFrame with parameters of type VmManager 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) -
Uses of VmManager in org.jrd.frontend.NewConnectionFrame
Fields in org.jrd.frontend.NewConnectionFrame declared as VmManager Modifier and Type Field Description (package private) VmManagerNewConnectionController. vmManagerConstructors in org.jrd.frontend.NewConnectionFrame with parameters of type VmManager Constructor Description NewConnectionController(NewConnectionView newConnectionView, VmManager vmManager) -
Uses of VmManager in org.jrd.frontend.NewFsVmFrame
Fields in org.jrd.frontend.NewFsVmFrame declared as VmManager Modifier and Type Field Description (package private) VmManagerNewFsVmController. vmManagerConstructors in org.jrd.frontend.NewFsVmFrame with parameters of type VmManager Constructor Description NewFsVmController(NewFsVmView newConnectionView, VmManager vmManager)
-