Class UrlOutput

All Implemented Interfaces:
Output

public class UrlOutput extends BaseOutput<UrlOutput> implements Output
Output implementation which allows String to specify output location.
  • Constructor Details

    • UrlOutput

      protected UrlOutput(String output)
      Creates UrlOutput.
      Parameters:
      output - output location
  • Method Details

    • toUrl

      public static UrlOutput toUrl(String output)
      Creates UrlOutput.
      Parameters:
      output - output location: path on filesystem, URL, etc
      Returns:
      UrlOutput
    • toPath

      public static UrlOutput toPath(Path path)
      Creates UrlOutput.
      Parameters:
      path - output location: path on filesystem
      Returns:
      UrlOutput