All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mel.camel-package-maven-plugin.3.4.0.source-code.language-options.mvel Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
@if{options.isEmpty()}
The @{title} language has no options.
@else{}
The @{title} language supports @{options.size()} options, which are listed below.
@end{}

@if{!options.isEmpty()}
[width="100%",cols="2,1m,1m,6",options="header"]
|===@comment{ Render table cells. If description contains newline, prefix cell with `a`, so the content is rendered with formatting. }
| Name | Default | Java Type | Description
@foreach{row : options}| @{row.name} | @{row.getShortDefaultValue(20)} | @{row.shortJavaType} @{row.description.?contains("\n") ? "a" : ""}| @{util.escape(row.description)}
@end{}|===
@end{}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy