Class CheckstyleRulesetBuilderApplication
- java.lang.Object
-
- net.kemitix.checkstyle.ruleset.builder.CheckstyleRulesetBuilderApplication
-
@EnableConfigurationProperties({net.kemitix.checkstyle.ruleset.builder.RulesProperties.class,net.kemitix.checkstyle.ruleset.builder.OutputProperties.class}) @SpringBootApplication public class CheckstyleRulesetBuilderApplication extends ObjectCreates 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 Summary
Constructors Constructor Description CheckstyleRulesetBuilderApplication()
-
-
-
Method Detail
-
main
public static void main(String[] args)
Main methods.- Parameters:
args- Command line arguments.
-
-