Class ScriptSourceInputNonExistentImpl
java.lang.Object
org.hibernate.tool.schema.internal.exec.AbstractScriptSourceInput
org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl
- All Implemented Interfaces:
ScriptSourceInput
Used in cases where a specified source cannot be found
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsScript
(URL url) boolean
exists()
Allows managed access to the input's Reader, returning a resultprotected Reader
protected void
releaseReader
(Reader reader)
-
Field Details
-
INSTANCE
Singleton access
-
-
Constructor Details
-
ScriptSourceInputNonExistentImpl
public ScriptSourceInputNonExistentImpl()
-
-
Method Details
-
getScriptDescription
-
prepareReader
- Specified by:
prepareReader
in classAbstractScriptSourceInput
-
releaseReader
- Specified by:
releaseReader
in classAbstractScriptSourceInput
-
containsScript
-
extract
Description copied from interface:ScriptSourceInput
Allows managed access to the input's Reader, returning a result- Specified by:
extract
in interfaceScriptSourceInput
- Overrides:
extract
in classAbstractScriptSourceInput
-
exists
public boolean exists()
-