Interface ScriptSourceInput


  • public interface ScriptSourceInput
    Contract for hiding the differences between a passed Reader, File or URL in terms of how we read input scripts.
    • Method Detail

      • getScriptDescription

        default String getScriptDescription()
      • containsScript

        default boolean containsScript​(URL url)
      • exists

        default boolean exists()