Version is of the formx.y where x.y is the minimum level of the DTFJ API
required in order for the plugin to work with x being the major version
and y the minor version.
Version is of the formx.y where x.y is the minimum level of the DTFJ API
required in order for the plugin to work with x being the major version
and y the minor version. The wildcard * can be used to specify any match
e.g. 1.* would match any implementation of version 1 of the DTFJ API.
Returns:
the minimum version of the API for which this plugin is valid
runtime
booleanruntime
Specifies that the DTFJ plugin does or does not require the presence of
a JavaRuntime.
Returns:
Default:
true
image
booleanimage
Specifies that the DTFJ does or does not require the presence of
an Image
Returns:
Default:
true
cacheOutput
booleancacheOutput
Specifies that the output from this plugin can be cached.
Default is true.