public class JteCommand
extends io.vertx.core.spi.launcher.DefaultCommand
| Modifier and Type | Field and Description |
|---|---|
boolean |
binaryStaticContent |
java.lang.String[] |
htmlAttributes |
boolean |
htmlCommentsPreserved |
java.lang.String[] |
htmlTags |
boolean |
trimControlStructures |
| Constructor and Description |
|---|
JteCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void |
setBinaryStaticContent(boolean binaryStaticContent) |
void |
setContentType(java.lang.String contentType) |
void |
setHtmlAttributes(java.lang.String htmlAttributes) |
void |
setHtmlCommentsPreserved(boolean htmlCommentsPreserved) |
void |
setHtmlTags(java.lang.String htmlTags) |
void |
setOutputDirectory(java.lang.String outputDirectory) |
void |
setTemplateDirectory(java.lang.String templateDirectory) |
void |
setTrimControlStructures(boolean trimControlStructures) |
public boolean trimControlStructures
public java.lang.String[] htmlTags
public java.lang.String[] htmlAttributes
public boolean htmlCommentsPreserved
public boolean binaryStaticContent
public void setTemplateDirectory(java.lang.String templateDirectory)
public void setOutputDirectory(java.lang.String outputDirectory)
public void setContentType(java.lang.String contentType)
public void setTrimControlStructures(boolean trimControlStructures)
public void setHtmlTags(java.lang.String htmlTags)
public void setHtmlAttributes(java.lang.String htmlAttributes)
public void setHtmlCommentsPreserved(boolean htmlCommentsPreserved)
public void setBinaryStaticContent(boolean binaryStaticContent)
public void run()
throws io.vertx.core.cli.CLIException
io.vertx.core.cli.CLIExceptionCopyright © 2021. All Rights Reserved.