Interface IdeConfig


@ConfigMapping(prefix="quarkus.ide") @ConfigRoot(phase=BUILD_TIME) public interface IdeConfig
IDE
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The Ide to use to open files from the DevUI.
  • Method Details

    • target

      @WithDefault("auto") IdeConfig.Target target()
      The Ide to use to open files from the DevUI. auto means that Quarkus will attempt to determine the Ide being used.