public interface ClasspathResolver
| Modifier and Type | Field and Description |
|---|---|
static int |
NOT_ON_CLASSPATH |
| Modifier and Type | Method and Description |
|---|---|
int |
resolve(NdResourceFile sourceOfReference,
NdResourceFile toTest)
Returns the priority of the given resource file on the classpath or
NOT_ON_CLASSPATH if the given file
is not onthe classpath. |
static final int NOT_ON_CLASSPATH
int resolve(NdResourceFile sourceOfReference, NdResourceFile toTest)
NOT_ON_CLASSPATH if the given file
is not onthe classpath. In the event that the same fully-qualified class name is found in multiple resource
files, the one with the higher priority number is preferred.