Class GradleExtension

java.lang.Object
io.spring.initializr.generator.buildsystem.gradle.GradleExtension

public class GradleExtension extends Object
A customization for a Gradle extension.
Author:
Moritz Halbritter
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Return the name of the extension.
      Returns:
      the extension name
    • getAttributes

      public List<Attribute> getAttributes()
      Return the attributes that should be configured for this extension.
      Returns:
      extension attributes
    • getInvocations

      public List<Invocation> getInvocations()
      Return the invocations of this extension.
      Returns:
      extension invocations
    • getNested

      public Map<String,GradleExtension> getNested()
      Return nested extensions.
      Returns:
      nested extensions
    • getImportedTypes

      public Set<String> getImportedTypes()
      Return the imported types.
      Returns:
      imported types