Class ScriptSourceInputFromUrl
java.lang.Object
org.hibernate.tool.schema.internal.exec.AbstractScriptSourceInput
org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromUrl
- All Implemented Interfaces:
ScriptSourceInput
ScriptSourceInput implementation for URL references.
-
Constructor Summary
ConstructorDescriptionScriptSourceInputFromUrl
(URL url, String charsetName) Constructs a ScriptSourceInputFromUrl instance -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsScript
(URL url) protected Reader
protected void
releaseReader
(Reader reader) toString()
Methods inherited from class org.hibernate.tool.schema.internal.exec.AbstractScriptSourceInput
extract
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.hibernate.tool.schema.spi.ScriptSourceInput
exists
-
Constructor Details
-
ScriptSourceInputFromUrl
Constructs a ScriptSourceInputFromUrl instance- Parameters:
url
- The url to read fromcharsetName
- The charset name
-
-
Method Details
-
getScriptDescription
-
prepareReader
- Specified by:
prepareReader
in classAbstractScriptSourceInput
-
releaseReader
- Specified by:
releaseReader
in classAbstractScriptSourceInput
-
containsScript
-
toString
-