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 VmManager
RuntimeCompilerConnector.JrdClassesProvider. vmManager
Constructors 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 VmManager
AgentAttachManager. vmManager
private VmManager
DecompilerRequestReceiver. 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 VmManager
Cli. vmManager
private VmManager
Model. vmManager
Methods in org.jrd.backend.data that return VmManager Modifier and Type Method Description VmManager
Model. getVmManager()
Methods in org.jrd.backend.data with parameters of type VmManager Modifier and Type Method Description static void
Cli. initClass(VmInfo vmInfo, VmManager vmManager, java.lang.String fqn, java.io.PrintStream outputMessageStream)
static VmDecompilerStatus
Cli. 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.String
PluginManager. 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) VmManager
NewFsVmController. vmManager
Constructors 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 VmManager
DecompilationController. vmManager
Methods in org.jrd.frontend.frame.main with parameters of type VmManager Modifier and Type Method Description static java.lang.String
DecompilationController. 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 VmManager
OverwriteClassDialog.CompilerOutputActionFields. vmManager
private VmManager
OverwriteClassDialog. vmManager
Methods in org.jrd.frontend.frame.overwrite with parameters of type VmManager Modifier and Type Method Description private 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 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) VmManager
NewConnectionController. vmManager
Constructors 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 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, java.lang.String clazz, byte[] content)
static java.lang.String
CommonUtils. uploadBytecode(java.lang.String clazz, VmManager vmManager, VmInfo vmInfo, byte[] bytes)
-