Class CodestartSpec
java.lang.Object
io.quarkus.devtools.codestarts.core.CodestartSpec
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final class -
Constructor Summary
ConstructorsConstructorDescriptionCodestartSpec(String name, String ref, CodestartType type, boolean isFallback, boolean isPreselected, Set<String> tags, Map<String, String> metadata, Map<String, String> outputStrategy, Map<String, CodestartSpec.LanguageSpec> languagesSpec) -
Method Summary
-
Constructor Details
-
CodestartSpec
-
-
Method Details
-
getName
-
getRef
-
getTags
-
getType
-
isFallback
public boolean isFallback() -
isPreselected
public boolean isPreselected() -
getMetadata
-
getOutputStrategy
-
getLanguagesSpec
-