public class BuildableRepository extends Object
| Constructor and Description |
|---|
BuildableRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Set<TypeElement> |
getBuildables() |
boolean |
isBuildable(TypeElement buildable) |
void |
register(TypeElement buildable) |
public void register(TypeElement buildable)
public Set<TypeElement> getBuildables()
public boolean isBuildable(TypeElement buildable)
public void clear()
Copyright © 2016. All Rights Reserved.