Class AbstractScriptSourceInput
java.lang.Object
org.hibernate.tool.schema.internal.exec.AbstractScriptSourceInput
- All Implemented Interfaces:
ScriptSourceInput
- Direct Known Subclasses:
ScriptSourceInputFromFile
,ScriptSourceInputFromReader
,ScriptSourceInputFromUrl
,ScriptSourceInputNonExistentImpl
Convenience base class for ScriptSourceInput implementations
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.tool.schema.spi.ScriptSourceInput
containsScript, exists, getScriptDescription
-
Constructor Details
-
AbstractScriptSourceInput
public AbstractScriptSourceInput()
-
-
Method Details
-
prepareReader
-
releaseReader
-
extract
Description copied from interface:ScriptSourceInput
Allows managed access to the input's Reader, returning a result- Specified by:
extract
in interfaceScriptSourceInput
-