public class GovernorRegistryImpl extends Object implements GovernorRegistry
| Constructor and Description |
|---|
GovernorRegistryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Map<Method,List<Annotation>> |
get() |
List<Method> |
getMethodsForAnnotation(Class<? extends Annotation> annotationClass) |
void |
put(Map<Method,List<Annotation>> scannedTestMethods) |
public void put(Map<Method,List<Annotation>> scannedTestMethods)
public Map<Method,List<Annotation>> get()
get in interface GovernorRegistrypublic List<Method> getMethodsForAnnotation(Class<? extends Annotation> annotationClass)
getMethodsForAnnotation in interface GovernorRegistryCopyright © 2015–2016 JBoss by Red Hat. All rights reserved.