public static class ResolverUtil.IsA extends ResolverUtil.ClassTest
| Constructor and Description | 
|---|
ResolverUtil.IsA(Class parentType)
Constructs an IsA test using the supplied Class as the parent class/interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
matches(Class type)
Returns true if type is assignable to the parent type supplied in the constructor. 
 | 
String | 
toString()  | 
doesMatchClass, doesMatchResource, matchespublic ResolverUtil.IsA(Class parentType)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.