public class GenericCodestartCatalog<T extends CodestartProjectInput> extends Object implements CodestartCatalog<T>
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Codestart> |
codestarts |
| Constructor and Description |
|---|
GenericCodestartCatalog(Collection<Codestart> codestarts) |
| Modifier and Type | Method and Description |
|---|---|
CodestartProjectDefinition |
createProject(T projectInput) |
Collection<Codestart> |
getCodestarts() |
protected Collection<Codestart> |
select(T projectInput) |
protected final Collection<Codestart> codestarts
public GenericCodestartCatalog(Collection<Codestart> codestarts)
public Collection<Codestart> getCodestarts()
getCodestarts in interface CodestartCatalog<T extends CodestartProjectInput>public CodestartProjectDefinition createProject(T projectInput)
createProject in interface CodestartCatalog<T extends CodestartProjectInput>protected Collection<Codestart> select(T projectInput)
Copyright © 2021 JBoss by Red Hat. All rights reserved.