Package io.sundr.builder.internal
Class BuildableRepository
- java.lang.Object
-
- io.sundr.builder.internal.BuildableRepository
-
public class BuildableRepository extends Object
-
-
Constructor Summary
Constructors Constructor Description BuildableRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
io.sundr.model.TypeDef
getBuildable(io.sundr.model.TypeRef type)
Set<io.sundr.model.TypeDef>
getBuildables()
boolean
isBuildable(io.sundr.model.TypeDef type)
boolean
isBuildable(io.sundr.model.TypeRef type)
io.sundr.model.TypeDef
register(io.sundr.model.TypeDef buildable)
-
-
-
Method Detail
-
register
public io.sundr.model.TypeDef register(io.sundr.model.TypeDef buildable)
-
getBuildables
public Set<io.sundr.model.TypeDef> getBuildables()
-
getBuildable
public io.sundr.model.TypeDef getBuildable(io.sundr.model.TypeRef type)
-
isBuildable
public boolean isBuildable(io.sundr.model.TypeDef type)
-
isBuildable
public boolean isBuildable(io.sundr.model.TypeRef type)
-
clear
public void clear()
-
-