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. vmManagerConstructors 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 voidCli. initClass(VmInfo vmInfo, VmManager vmManager, java.lang.String fqn, java.io.PrintStream outputMessageStream)static VmDecompilerStatusCli. obtainClass(VmInfo vmInfo, java.lang.String clazz, VmManager manager)static java.lang.String[]Cli. obtainClasses(VmInfo vmInfo, VmManager manager)static ClassInfo[]Cli. obtainClassesDetails(VmInfo vmInfo, VmManager manager)private static java.util.List<ClassInfo>Cli. obtainFilteredClasses(VmInfo vmInfo, VmManager vmManager, java.util.List<java.util.regex.Pattern> filter, boolean details) -
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(DecompilerWrapper wrapper, java.lang.String name, byte[] bytecode, java.lang.String[] options, VmInfo vmInfo, VmManager vmManager) -
Uses of VmManager in org.jrd.frontend.frame.filesystem
Fields in org.jrd.frontend.frame.filesystem declared as VmManager Modifier and Type Field Description (package private) VmManagerNewFsVmController. vmManagerConstructors in org.jrd.frontend.frame.filesystem with parameters of type VmManager Constructor Description NewFsVmController(NewFsVmView newConnectionView, VmManager vmManager) -
Uses of VmManager in org.jrd.frontend.frame.main
Fields in org.jrd.frontend.frame.main declared as VmManager Modifier and Type Field Description private VmManagerDecompilationController. vmManagerMethods in org.jrd.frontend.frame.main with parameters of type VmManager Modifier and Type Method Description static java.lang.StringDecompilationController. submitRequest(VmManager vmManager, AgentRequestAction request) -
Uses of VmManager in org.jrd.frontend.frame.overwrite
Fields in org.jrd.frontend.frame.overwrite declared as VmManager Modifier and Type Field Description protected VmManagerOverwriteClassDialog.CompilerOutputActionFields. vmManagerprivate VmManagerOverwriteClassDialog. vmManagerMethods in org.jrd.frontend.frame.overwrite with parameters of type VmManager Modifier and Type Method Description private 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 VmManager Constructor Description CompilerOutputActionFields(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper dwi, boolean haveCompiler, boolean isVerbose, int namingSchema, java.lang.String destination)OverwriteClassDialog(java.lang.String name, LatestPaths latestPaths, java.lang.String currentBuffer, byte[] cBinBuffer, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, DecompilerWrapper selectedDecompiler, boolean isBinaryVisible, boolean isVerbose)SavingCompilerOutputAction(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper dwi, boolean hasCompiler, boolean isVerbose, int namingSchema, java.lang.String destination)UploadingCompilerOutputAction(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper wrapper, boolean hasCompiler, boolean isVerbose, int namingSchema, java.lang.String destination) -
Uses of VmManager in org.jrd.frontend.frame.remote
Fields in org.jrd.frontend.frame.remote declared as VmManager Modifier and Type Field Description (package private) VmManagerNewConnectionController. vmManagerConstructors in org.jrd.frontend.frame.remote with parameters of type VmManager Constructor Description NewConnectionController(NewConnectionView newConnectionView, VmManager vmManager) -
Uses of VmManager in org.jrd.frontend.utility
Methods in org.jrd.frontend.utility with parameters of type VmManager Modifier and Type Method Description private static java.util.Collection<AgentApiGenerator.ClazzMethod>AgentApiGenerator. getClazzMethods(VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, java.lang.String innerClazzName, java.lang.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, java.lang.String clazz, byte[] content)static java.lang.StringCommonUtils. uploadBytecode(java.lang.String clazz, VmManager vmManager, VmInfo vmInfo, byte[] bytes)
-