Class CheckstyleRulesetBuilderApplication


  • @EnableConfigurationProperties({net.kemitix.checkstyle.ruleset.builder.RulesProperties.class,net.kemitix.checkstyle.ruleset.builder.OutputProperties.class})
    @SpringBootApplication
    public class CheckstyleRulesetBuilderApplication
    extends Object
    Creates the checkstyle ruleset files.

    This application is intended to only to be used by the developer to create the actual checkstyle xml files that this module provides.

    Author:
    Paul Campbell (pcampbell@kemitix.net)
    • Constructor Detail

      • CheckstyleRulesetBuilderApplication

        public CheckstyleRulesetBuilderApplication()
    • Method Detail

      • main

        public static void main​(String[] args)
        Main methods.
        Parameters:
        args - Command line arguments.