[izpack-changes] r1933 - izpack-src/trunk/src/doc-reST
noreply at berlios.de
noreply at berlios.de
Mon Dec 3 16:32:35 CET 2007
Author: dreil
Date: 2007-12-03 16:32:33 +0100 (Mon, 03 Dec 2007)
New Revision: 1933
Modified:
izpack-src/trunk/src/doc-reST/installation-files.txt
Log:
updated documentation
Modified: izpack-src/trunk/src/doc-reST/installation-files.txt
===================================================================
--- izpack-src/trunk/src/doc-reST/installation-files.txt 2007-12-03 15:29:59 UTC (rev 1932)
+++ izpack-src/trunk/src/doc-reST/installation-files.txt 2007-12-03 15:32:33 UTC (rev 1933)
@@ -398,7 +398,8 @@
condition can take the following attributes:
- ``type``: the type of the condition. For built-in types, this is the lowercase portion of the condition class
- name without condition appended (variable,packselection,java, ...)
+ name without condition appended (variable,packselection,java, ...). Custom condition types should be
+ referenced by the full qualified class name, e.g. de.dr.rules.MyCoolCondition.
- ``id``: the id of the condition. This will be used to refer to this conditions in other elements
The condition element can have several child elements depending on the type of this conditions. E.g. the VariableCondition
@@ -439,7 +440,9 @@
Neverthless if you define really complex conditions it's much easier to define them using the xml structure.
+More types of conditions can be defined by inheriting com.izforge.izpack.Condition class.
+
The GUI Preferences Element ``<guiprefs>``
'''''''''''''''''''''''''''''''''''''''''''
More information about the izpack-changes
mailing list