Package io.micronaut.starter.analytics
Class Generated
java.lang.Object
io.micronaut.starter.analytics.Generated
-
Constructor Summary
ConstructorDescriptionGenerated
(@NonNull ApplicationType type, @NonNull Language language, @NonNull BuildTool buildTool, @NonNull TestFramework testFramework, @NonNull JdkVersion jdkVersion) -
Method Summary
Modifier and TypeMethodDescription@NonNull BuildTool
@NonNull JdkVersion
@NonNull Language
@NonNull String
Collection<? extends SelectedFeature>
@NonNull TestFramework
@NonNull ApplicationType
getType()
void
setSelectedFeatures
(Collection<? extends SelectedFeature> features)
-
Constructor Details
-
Generated
@Creator public Generated(@NonNull @NonNull ApplicationType type, @NonNull @NonNull Language language, @NonNull @NonNull BuildTool buildTool, @NonNull @NonNull TestFramework testFramework, @NonNull @NonNull JdkVersion jdkVersion)
-
-
Method Details
-
getSelectedFeatures
- Returns:
- The selected features.
-
setSelectedFeatures
-
getType
- Returns:
- The type
-
getLanguage
- Returns:
- The language
-
getBuildTool
- Returns:
- The build tool
-
getTestFramework
- Returns:
- The test framework
-
getJdkVersion
- Returns:
- The JDK version
-
getMicronautVersion
- Returns:
- The Micronaut Version
-