Package sbt.template
Interface TemplateResolver
public interface TemplateResolver
A way of specifying template resolver.
-
Method Summary
-
Method Details
-
isDefined
Returns true if this resolver can resolve the given argument. -
run
Resolve the given argument and run the template.
-