Package sbt.template

Interface TemplateResolver


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isDefined​(java.lang.String[] arguments)
      Returns true if this resolver can resolve the given argument.
      void run​(java.lang.String[] arguments)
      Resolve the given argument and run the template.
    • Method Detail

      • isDefined

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

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