Interface IacBackendTextTemplate
-
public interface IacBackendTextTemplateRepresents a text template for creating a backend configuration file.- Since:
- 0.12
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Stringtemplate(IacBackendAttributesSpec backendAttributes)Returns a template based upon backend attributes.
-
-
-
Method Detail
-
template
java.lang.String template(IacBackendAttributesSpec backendAttributes)
Returns a template based upon backend attributes.- Parameters:
backendAttributes- Attributes can be used to generate the template.- Returns:
- Text template
-
-