| Package | Description |
|---|---|
| com.microsoft.azure.maven.function | |
| com.microsoft.azure.maven.function.template |
| Modifier and Type | Method and Description |
|---|---|
protected FunctionTemplate |
AddMojo.findTemplateByName(List<FunctionTemplate> templates,
String templateName) |
protected FunctionTemplate |
AddMojo.getFunctionTemplate(List<FunctionTemplate> templates) |
| Modifier and Type | Method and Description |
|---|---|
protected List<FunctionTemplate> |
AddMojo.loadAllFunctionTemplates() |
protected List<FunctionTemplate> |
AddMojo.parseTemplateJson(String templateJson) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
AddMojo.prepareRequiredParameters(FunctionTemplate template,
BindingTemplate bindingTemplate) |
protected Map<String,String> |
AddMojo.prepareTemplateParameters(FunctionTemplate template,
BindingTemplate bindingTemplate,
Map<String,String> params) |
protected String |
AddMojo.substituteParametersInTemplate(FunctionTemplate template,
Map<String,String> params) |
| Modifier and Type | Method and Description |
|---|---|
protected FunctionTemplate |
AddMojo.findTemplateByName(List<FunctionTemplate> templates,
String templateName) |
protected FunctionTemplate |
AddMojo.getFunctionTemplate(List<FunctionTemplate> templates) |
protected List<String> |
AddMojo.getTemplateNames(List<FunctionTemplate> templates) |
| Modifier and Type | Field and Description |
|---|---|
private List<FunctionTemplate> |
FunctionTemplates.templates |
| Modifier and Type | Method and Description |
|---|---|
List<FunctionTemplate> |
FunctionTemplates.getTemplates() |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionTemplates.setTemplates(List<FunctionTemplate> templates) |
Copyright © 2019. All rights reserved.