|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ResolverUtil.Test
A simple interface that specifies how to test classes to determine if they are to be included in the results produced by the ResolverUtil.
Method Summary | |
---|---|
boolean |
doesMatchClass()
|
boolean |
doesMatchResource()
|
boolean |
matches(Class type)
Will be called repeatedly with candidate classes. |
boolean |
matches(URI resource)
Test for a resource. |
Method Detail |
---|
boolean matches(Class type)
type
- The Class to match against.
boolean matches(URI resource)
resource
- The URI to the resource.
boolean doesMatchClass()
boolean doesMatchResource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |