public class CodestartInput extends Object
| Modifier and Type | Method and Description |
|---|---|
static CodestartInputBuilder |
builder(CodestartResourceLoader resourceLoader) |
static CodestartInputBuilder |
builder(CodestartResourceLoader resourceLoader,
Map<AppArtifactKey,String> extensionCodestartMapping) |
Collection<String> |
getCodestarts() |
Map<String,Object> |
getData() |
Collection<AppArtifactKey> |
getExtensions() |
CodestartResourceLoader |
getResourceLoader() |
boolean |
includeExamples() |
public static CodestartInputBuilder builder(CodestartResourceLoader resourceLoader)
public static CodestartInputBuilder builder(CodestartResourceLoader resourceLoader, Map<AppArtifactKey,String> extensionCodestartMapping)
public CodestartResourceLoader getResourceLoader()
public Collection<String> getCodestarts()
public Collection<AppArtifactKey> getExtensions()
public boolean includeExamples()
Copyright © 2020 JBoss by Red Hat. All rights reserved.