The Java Condition
The Java Condition can be used to check the value of a static field in a java class.
Example:
Nested Elements
The Java condition must have a java element and a returnvalue element.
java
The java element contains two mandatory elements, class and field. <class> contains the fully qualified name of the class and <field> contains the name of the static field to inspect.
returnvalue
This element defines what is the expected value. Currently, only type="boolean" is supported.
Labels