Package org.jreleaser.maven.plugin
Interface TemplateTool
-
- All Superinterfaces:
Activatable,ExtraProperties,Tool
- All Known Subinterfaces:
RepositoryTool
public interface TemplateTool extends Tool
- Since:
- 0.6.0
- Author:
- Andres Almiray
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetTemplateDirectory()voidsetTemplateDirectory(java.lang.String templateDirectory)-
Methods inherited from interface org.jreleaser.maven.plugin.Activatable
getActive, resolveActive, setActive
-
Methods inherited from interface org.jreleaser.maven.plugin.ExtraProperties
getExtraProperties, setExtraProperties
-
Methods inherited from interface org.jreleaser.maven.plugin.Tool
isContinueOnError, isContinueOnErrorSet, setContinueOnError
-
-