public static interface ResourceSQLSource.ResourceAccessor
This is an interface that should be defined in the JDK and
implemented by the Class and ClassLoader objects. Alas,
it is not.
| Modifier and Type | Method and Description |
|---|---|
URL |
getResource(String name)
Gets a URL for a resource.
|
URL getResource(String name) throws SQLResourceNotFoundException
name - name of the resourceSQLResourceNotFoundException - if the resource cannot be foundCopyright © 2014–2015 Carl Harris, Jr. All rights reserved.