Package sbt.template
Interface TemplateResolver
-
public interface TemplateResolverA way of specifying template resolver.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisDefined(java.lang.String[] arguments)Returns true if this resolver can resolve the given argument.voidrun(java.lang.String[] arguments)Resolve the given argument and run the template.
-