Class GradleExtension
java.lang.Object
io.spring.initializr.generator.buildsystem.gradle.GradleExtension
A customization for a Gradle extension.
- Author:
- Moritz Halbritter
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the attributes that should be configured for this extension.Return the imported types.Return theinvocations
of this extension.getName()
Return the name of the extension.Return nestedextensions
.
-
Constructor Details
-
GradleExtension
-
-
Method Details
-
getName
Return the name of the extension.- Returns:
- the extension name
-
getAttributes
Return the attributes that should be configured for this extension.- Returns:
- extension attributes
-
getInvocations
Return theinvocations
of this extension.- Returns:
- extension invocations
-
getNested
Return nestedextensions
.- Returns:
- nested extensions
-
getImportedTypes
Return the imported types.- Returns:
- imported types
-