|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.skife.jdbi.tweak.URLScriptLocator
public class URLScriptLocator
Script locator which takes a name and treats it as a URL, which it tries to open
Constructor Summary | |
---|---|
URLScriptLocator()
|
Method Summary | |
---|---|
java.io.InputStream |
locate(java.lang.String name)
Treats name as a URL, which it attempts to open |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public URLScriptLocator()
Method Detail |
---|
public java.io.InputStream locate(java.lang.String name) throws java.lang.Exception
locate
in interface ScriptLocator
name
- URL name to extract script from.
java.lang.Exception
- if anything goes wrong locating the statement, will be wrapped in
a DBIException and rethrown
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |