Package sbt.template

Interface TemplateResolver


public interface TemplateResolver
A way of specifying template resolver.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isDefined(String[] arguments)
    Returns true if this resolver can resolve the given argument.
    void
    run(String[] arguments)
    Resolve the given argument and run the template.
  • Method Details

    • isDefined

      boolean isDefined(String[] arguments)
      Returns true if this resolver can resolve the given argument.
    • run

      void run(String[] arguments)
      Resolve the given argument and run the template.