Class ScriptSourceInputAggregate
java.lang.Object
org.hibernate.tool.schema.internal.exec.ScriptSourceInputAggregate
- All Implemented Interfaces:
ScriptSourceInput
A script source input that aggregates over multiple other
ScriptSourceInput.- Author:
- Christian Beikov
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a ScriptSourceInputAggregate -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.tool.schema.spi.ScriptSourceInput
exists, getScriptDescription
-
Constructor Details
-
ScriptSourceInputAggregate
Constructs a ScriptSourceInputAggregate- Parameters:
inputs- The script source inputs
-
-
Method Details
-
extract
Description copied from interface:ScriptSourceInputAllows managed access to the input's Reader, returning a result- Specified by:
extractin interfaceScriptSourceInput
-
containsScript
- Specified by:
containsScriptin interfaceScriptSourceInput
-
toString
-