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 Details

    • ScriptTargetOutputToUrl

      public ScriptTargetOutputToUrl(URL url, String charsetName, boolean append)
      Constructs a ScriptTargetOutputToUrl instance
      Parameters:
      url - The url to read from
      charsetName - The charset name
      append - If true, then bytes will be written to the end of the file rather than the beginning
    • ScriptTargetOutputToUrl

      public ScriptTargetOutputToUrl(URL url, String charsetName)
      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 from
      charsetName - The charset name
  • Method Details