| Package | Description |
|---|---|
| net.roboconf.dm.templating.internal | |
| net.roboconf.dm.templating.internal.templates |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplatingManager.processNewTemplates(Collection<TemplateEntry> newTemplates)
Processes new templates.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateEntry |
TemplateWatcher.compileTemplate(File templateFile)
Compiles the given template file and create the associated template entry.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TemplateEntry> |
TemplateWatcher.findTemplatesForApplication(String appName)
Finds the templates that can apply to a given application.
|
static Collection<TemplateEntry> |
TemplateUtils.findTemplatesForApplication(String appName,
Collection<TemplateEntry> templates)
Finds the templates that can apply to a given application.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<TemplateEntry> |
TemplateUtils.findTemplatesForApplication(String appName,
Collection<TemplateEntry> templates)
Finds the templates that can apply to a given application.
|
static void |
TemplateUtils.generate(net.roboconf.core.model.beans.Application app,
File outputDirectory,
Collection<TemplateEntry> templates,
Logger logger)
Generates files from templates for a given application.
|
Copyright © 2017. All rights reserved.