Class ScriptTargetOutputToUrl
java.lang.Object
org.hibernate.tool.schema.internal.exec.AbstractScriptTargetOutput
org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToUrl
- All Implemented Interfaces:
ScriptTargetOutput
public class ScriptTargetOutputToUrl
extends AbstractScriptTargetOutput
implements ScriptTargetOutput
ScriptTargetOutput implementation for writing to supplied URL references
-
Constructor Summary
ConstructorsConstructorDescriptionScriptTargetOutputToUrl
(URL url, String charsetName) Constructs a ScriptTargetOutputToUrl instance the bytes will be written to the end of the file rather than the beginningScriptTargetOutputToUrl
(URL url, String charsetName, boolean append) Constructs a ScriptTargetOutputToUrl instance -
Method Summary
Methods inherited from class org.hibernate.tool.schema.internal.exec.AbstractScriptTargetOutput
accept
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.ScriptTargetOutput
accept
-
Constructor Details
-
ScriptTargetOutputToUrl
Constructs a ScriptTargetOutputToUrl instance- Parameters:
url
- The url to read fromcharsetName
- The charset nameappend
- If true, then bytes will be written to the end of the file rather than the beginning
-
ScriptTargetOutputToUrl
Constructs a ScriptTargetOutputToUrl instance the bytes will be written to the end of the file rather than the beginning- Parameters:
url
- The url to read fromcharsetName
- The charset name
-
-
Method Details
-
writer
- Specified by:
writer
in classAbstractScriptTargetOutput
-
prepare
public void prepare()Description copied from interface:ScriptTargetOutput
Prepare the script target to accept commands- Specified by:
prepare
in interfaceScriptTargetOutput
- Overrides:
prepare
in classAbstractScriptTargetOutput
-
release
public void release()Description copied from interface:ScriptTargetOutput
Release this output- Specified by:
release
in interfaceScriptTargetOutput
- Overrides:
release
in classAbstractScriptTargetOutput
-