Class ScriptSourceInputFromReader
java.lang.Object
org.hibernate.tool.schema.internal.exec.AbstractScriptSourceInput
org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromReader
- All Implemented Interfaces:
ScriptSourceInput
ScriptSourceInput implementation for explicitly given Readers.
-
Constructor Summary
ConstructorsConstructorDescriptionScriptSourceInputFromReader
(Reader reader) Constructs a ScriptSourceInputFromReader -
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
-
ScriptSourceInputFromReader
Constructs a ScriptSourceInputFromReader- Parameters:
reader
- The reader to read from
-
-
Method Details
-
getScriptDescription
-
prepareReader
- Specified by:
prepareReader
in classAbstractScriptSourceInput
-
releaseReader
- Specified by:
releaseReader
in classAbstractScriptSourceInput
-
containsScript
-
toString
-