Class QuteDevModeConfig


  • public class QuteDevModeConfig
    extends Object
    • Field Detail

      • noRestartTemplates

        @ConfigItem
        public Optional<Pattern> noRestartTemplates
        By default, a template modification results in an application restart that triggers build-time validations.

        This regular expression can be used to specify the templates for which the application is not restarted. I.e. the templates are reloaded and only runtime validations are performed.

        The matched input is the template path that starts with a template root, and the / is used as a path separator. For example, templates/foo.html.

    • Constructor Detail

      • QuteDevModeConfig

        public QuteDevModeConfig()