Uses of Class
org.adoptopenjdk.jitwatch.core.JITWatchConfig
-
-
Uses of JITWatchConfig in org.adoptopenjdk.jitwatch.core
Methods in org.adoptopenjdk.jitwatch.core that return JITWatchConfig Modifier and Type Method Description JITWatchConfigJITWatchConfig. clone() -
Uses of JITWatchConfig in org.adoptopenjdk.jitwatch.jvmlang
Fields in org.adoptopenjdk.jitwatch.jvmlang declared as JITWatchConfig Modifier and Type Field Description private JITWatchConfigLanguageManager. configConstructors in org.adoptopenjdk.jitwatch.jvmlang with parameters of type JITWatchConfig Constructor Description LanguageManager(JITWatchConfig config, ILogListener logListener) -
Uses of JITWatchConfig in org.adoptopenjdk.jitwatch.launch
Fields in org.adoptopenjdk.jitwatch.launch declared as JITWatchConfig Modifier and Type Field Description private JITWatchConfigLaunchHeadless. config -
Uses of JITWatchConfig in org.adoptopenjdk.jitwatch.parser
Fields in org.adoptopenjdk.jitwatch.parser declared as JITWatchConfig Modifier and Type Field Description protected JITWatchConfigAbstractLogParser. configMethods in org.adoptopenjdk.jitwatch.parser that return JITWatchConfig Modifier and Type Method Description JITWatchConfigAbstractLogParser. getConfig()JITWatchConfigILogParser. getConfig()Methods in org.adoptopenjdk.jitwatch.parser with parameters of type JITWatchConfig Modifier and Type Method Description voidAbstractLogParser. setConfig(JITWatchConfig config)voidILogParser. setConfig(JITWatchConfig config) -
Uses of JITWatchConfig in org.adoptopenjdk.jitwatch.sandbox
Methods in org.adoptopenjdk.jitwatch.sandbox with parameters of type JITWatchConfig Modifier and Type Method Description private java.util.List<java.lang.String>Sandbox. buildUniqueClasspath(JITWatchConfig config) -
Uses of JITWatchConfig in org.adoptopenjdk.jitwatch.ui.main
Fields in org.adoptopenjdk.jitwatch.ui.main declared as JITWatchConfig Modifier and Type Field Description private JITWatchConfigClassMemberList. configprivate JITWatchConfigClassTree. configMethods in org.adoptopenjdk.jitwatch.ui.main that return JITWatchConfig Modifier and Type Method Description JITWatchConfigIStageAccessProxy. getConfig()JITWatchConfigJITWatchUI. getConfig()Methods in org.adoptopenjdk.jitwatch.ui.main with parameters of type JITWatchConfig Modifier and Type Method Description private voidMainConfigStage. createComboOptions(JITWatchConfig config)voidClassTree. handleConfigUpdate(JITWatchConfig config)Constructors in org.adoptopenjdk.jitwatch.ui.main with parameters of type JITWatchConfig Constructor Description ClassMemberList(IStageAccessProxy proxy, JITWatchConfig config)ClassTree(JITWatchUI parent, JITWatchConfig config)MainConfigStage(IStageClosedListener parent2, ILogListener logListener, JITWatchConfig config)NothingMountedStage(JITWatchUI parent, JITWatchConfig config) -
Uses of JITWatchConfig in org.adoptopenjdk.jitwatch.ui.sandbox
Fields in org.adoptopenjdk.jitwatch.ui.sandbox declared as JITWatchConfig Modifier and Type Field Description private JITWatchConfigSandboxConfigStage. configprivate JITWatchConfigSandboxStage. configprivate JITWatchConfigVMLanguageConfigStage. configprivate JITWatchConfigVMLanguageList. configMethods in org.adoptopenjdk.jitwatch.ui.sandbox with parameters of type JITWatchConfig Modifier and Type Method Description private voidSandboxStage. addVMLanguages(JITWatchConfig config)private javafx.event.EventHandler<javafx.event.ActionEvent>VMLanguageConfigStage. getEventHandlerForSaveButton(java.lang.String language, IStageClosedListener parent, JITWatchConfig config)private voidSandboxConfigStage. setCompilerThreshold(JITWatchConfig config)private voidSandboxConfigStage. setExtraVMCompilationSwitches(JITWatchConfig config)private voidSandboxConfigStage. setExtraVMRuntimeSwitches(JITWatchConfig config)private voidSandboxConfigStage. setFrequencyOfInlineSize(JITWatchConfig config)private voidSandboxConfigStage. setMaximumInlineSize(JITWatchConfig config)private voidSandboxConfigStage. setSandboxWorkingDir(JITWatchConfig config)Constructors in org.adoptopenjdk.jitwatch.ui.sandbox with parameters of type JITWatchConfig Constructor Description SandboxConfigStage(IStageClosedListener closedListener, JITWatchConfig config)VMLanguageConfigStage(IStageClosedListener parent, JITWatchConfig config, java.lang.String language)VMLanguageList(javafx.stage.Stage parent, JITWatchConfig config) -
Uses of JITWatchConfig in org.adoptopenjdk.jitwatch.ui.triview
Fields in org.adoptopenjdk.jitwatch.ui.triview declared as JITWatchConfig Modifier and Type Field Description private JITWatchConfigTriView. configMethods in org.adoptopenjdk.jitwatch.ui.triview that return JITWatchConfig Modifier and Type Method Description JITWatchConfigViewer. getConfig()Constructors in org.adoptopenjdk.jitwatch.ui.triview with parameters of type JITWatchConfig Constructor Description TriView(JITWatchUI parent, JITWatchConfig config)
-