Class Groovy


  • public class Groovy
    extends FormatterFactory
    A FormatterFactory implementation that corresponds to <groovy>...</groovy> configuration element.

    It defines a formatter for groovy source files that can execute both language agnostic (e.g. LicenseHeader) and groovy-specific (e.g. GrEclipse) steps.

    • Constructor Detail

      • Groovy

        public Groovy()
    • Method Detail

      • defaultIncludes

        public java.util.Set<java.lang.String> defaultIncludes​(org.apache.maven.project.MavenProject project)
        Specified by:
        defaultIncludes in class FormatterFactory
      • addGreclipse

        public void addGreclipse​(GrEclipse greclipse)
      • addImportOrder

        public void addImportOrder​(ImportOrder importOrder)
      • addRemoveSemicolons

        public void addRemoveSemicolons​(RemoveSemicolons removeSemicolons)