T - A Helper implementation.public class ClassHelperRepository<T extends ClassHelper> extends Object
| Constructor and Description |
|---|
ClassHelperRepository() |
| 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 © 2012. All Rights Reserved.