public class ClassResolver extends Object
| Constructor and Description |
|---|
ClassResolver() |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<?>> |
forPattern(String pattern) |
Set<Class<?>> |
forPattern(String pattern,
Class<? extends Annotation> annotation)
Filter classes that match the pattern and have the annotation on the class
|
boolean |
isSupportJarResources() |
ClassResolver |
setSupportJarResources(boolean supportJarResources) |
public boolean isSupportJarResources()
public ClassResolver setSupportJarResources(boolean supportJarResources)
public Set<Class<?>> forPattern(String pattern, Class<? extends Annotation> annotation)
pattern - filter pattern to applyannotation - annotation to ensure is presentCopyright © 2003–2015 Atlassian. All rights reserved.