public final class CodestartCatalogs extends Object
| Modifier and Type | Method and Description |
|---|---|
static Optional<Codestart> |
findCodestart(Collection<Codestart> codestarts,
CodestartType type) |
static String |
findLanguageName(Collection<Codestart> codestarts) |
static Codestart |
findRequiredCodestart(Collection<Codestart> codestarts,
CodestartType type) |
static Collection<Codestart> |
removeUnimplementedCodestarts(CodestartProjectInput projectInput,
Collection<Codestart> codestarts) |
static Collection<Codestart> |
select(CodestartProjectInput projectInput,
Collection<Codestart> codestarts) |
public static Codestart findRequiredCodestart(Collection<Codestart> codestarts, CodestartType type)
public static String findLanguageName(Collection<Codestart> codestarts)
public static Optional<Codestart> findCodestart(Collection<Codestart> codestarts, CodestartType type)
public static Collection<Codestart> select(CodestartProjectInput projectInput, Collection<Codestart> codestarts)
public static Collection<Codestart> removeUnimplementedCodestarts(CodestartProjectInput projectInput, Collection<Codestart> codestarts)
Copyright © 2020 JBoss by Red Hat. All rights reserved.