public static interface ResolverUtil.Test
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesMatchClass() |
boolean |
doesMatchResource() |
boolean |
matches(Class<?> type)
Will be called repeatedly with candidate classes.
|
boolean |
matches(URI resource)
Test for a resource.
|
boolean matches(Class<?> type)
type - The Class to match against.boolean matches(URI resource)
resource - The URI to the resource.boolean doesMatchClass()
boolean doesMatchResource()
Copyright © 2006–2021 OPS4J - Open Participation Software for Java. All rights reserved.