public class OnBootupClassSearchMatcher extends Object implements ClassPathSearchMatcher
| Constructor and Description |
|---|
OnBootupClassSearchMatcher() |
| Modifier and Type | Method and Description |
|---|---|
BootupClasses |
getOnBootupClasses() |
boolean |
isMatch(Class<?> cls)
Return true if the class matches the specific search.
|
public boolean isMatch(Class<?> cls)
ClassPathSearchMatcherNote that the location in terms of jars and packages is noted and can be used to make future searches faster.
isMatch in interface ClassPathSearchMatcherpublic BootupClasses getOnBootupClasses()
Copyright © 2014. All Rights Reserved.