public final class CodestartSpec extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CodestartSpec.CodestartDep |
static class |
CodestartSpec.LanguageSpec |
| Constructor and Description |
|---|
CodestartSpec(String name,
String ref,
io.quarkus.devtools.codestarts.CodestartSpec.Type type,
boolean isFallback,
boolean isPreselected,
Map<String,String> outputStrategy,
Map<String,CodestartSpec.LanguageSpec> languagesSpec) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CodestartSpec.LanguageSpec> |
getLanguagesSpec() |
String |
getName() |
Map<String,String> |
getOutputStrategy() |
String |
getRef() |
io.quarkus.devtools.codestarts.CodestartSpec.Type |
getType() |
boolean |
isExample() |
boolean |
isFallback() |
boolean |
isPreselected() |
public String getName()
public String getRef()
public io.quarkus.devtools.codestarts.CodestartSpec.Type getType()
public boolean isFallback()
public boolean isPreselected()
public boolean isExample()
public Map<String,CodestartSpec.LanguageSpec> getLanguagesSpec()
Copyright © 2020 JBoss by Red Hat. All rights reserved.