Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The Variable Condition

The Variable Condition can be used to check if a variable has a specific value.

Example:

<condition type="variable" id="warfilesetup">
  <name>izpack.setuptype</name>
  <value>warfile</value>
</condition>

Nested Elements

The Variable condition takes two mandatory elements, name and value.

name

Contains the name of the variable.

value

Contains the value to match.

  • No labels