public class RenderConfiguration extends Object
| Constructor and Description |
|---|
RenderConfiguration(String templatecontent,
File serverbundlefile,
int engines,
boolean livereload)
Create a new render configuration with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEngines()
Get the number of engines.
|
boolean |
getLiveReload()
Get the status of live reload.
|
File |
getServerBundleFile()
Get the file path of the server bundle.
|
String |
getTemplateContent()
Get the content of the template.
|
public RenderConfiguration(String templatecontent, File serverbundlefile, int engines, boolean livereload)
templatecontent - Content of the template that is used for rendering the applicationserverbundlefile - File path of the server bundle that will be loaded by the render engineengines - Number of engines that are used for renderinglivereload - Status if live reload is enabled or notpublic String getTemplateContent()
public File getServerBundleFile()
public int getEngines()
public boolean getLiveReload()
Copyright © 2017. All rights reserved.