Package org.hibernate.tool.schema.spi
Interface ScriptSourceInput
- All Known Implementing Classes:
AbstractScriptSourceInput
,ScriptSourceInputAggregate
,ScriptSourceInputFromFile
,ScriptSourceInputFromReader
,ScriptSourceInputFromUrl
,ScriptSourceInputNonExistentImpl
public interface ScriptSourceInput
Contract for hiding the differences between a passed Reader, File or URL in terms of how we read input
scripts.
-
Method Summary
-
Method Details
-
getScriptDescription
-
extract
Allows managed access to the input's Reader, returning a result -
containsScript
-
exists
default boolean exists()
-