| Constructor and Description |
|---|
HelperRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHelper(T aHelper)
Add a helper to the repository.
|
T |
findHelper(Class aClass)
Lookup a helper in the repository.
|
String |
prettyPrint() |
public void addHelper(T aHelper)
aHelper - The helper to add.public T findHelper(Class aClass)
aClass - The class for which a helper is wanted.public String prettyPrint()
Copyright © 2013. All Rights Reserved.