public class ServiceDocGenTemplate extends Object
ServiceDocGenTemplate is a template bean representing the templates passed into ServiceDocGenReport| Constructor and Description |
|---|
ServiceDocGenTemplate() |
ServiceDocGenTemplate(String templateName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOutputName() |
String |
getOutputNameWithFallback() |
String |
getTemplateName() |
void |
setOutputName(String outputName) |
void |
setTemplateName(String templateName) |
public ServiceDocGenTemplate()
public ServiceDocGenTemplate(String templateName)
public String getTemplateName()
public void setTemplateName(String templateName)
templateName - is the new value of getTemplateName().public String getOutputName()
public void setOutputName(String outputName)
outputName - is the new value of getOutputName().public String getOutputNameWithFallback()
output name is not
set, it will fallback to the template name
excluding the ".vm" extension.getOutputName()Copyright © 2015–2021 MojoHaus. All rights reserved.