sebb 2003/10/07 05:26:27
Modified: src/functions/org/apache/jmeter/functions Property.java
Log:
Corrected some Javadoc (added default parameter)
Revision Changes Path
1.4 +10 -5
jakarta-jmeter/src/functions/org/apache/jmeter/functions/Property.java
Index: Property.java
===================================================================
RCS file:
/home/cvs/jakarta-jmeter/src/functions/org/apache/jmeter/functions/Property.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Property.java 9 Sep 2003 20:04:33 -0000 1.3
+++ Property.java 7 Oct 2003 12:26:27 -0000 1.4
@@ -65,16 +65,21 @@
import org.apache.jmeter.util.JMeterUtils;
/**
- * GetProperty Function to get a JMeter property.
+ * Function to get a JMeter property, and optionally store it
*
* Parameters:
- * - property name
- * - variable name (optional)
+ * - property name
+ * - variable name (optional)
+ * - default value (optional)
+ *
*
* Returns:
- * - the property value or the property name if not found
+ * - the property value, but if not found
+ * - the default value, but if not define
+ * - the property name itself
*
- * @version $Id$
+ * @author sebb AT apache DOT org
+ * @version $Revision$ Updated: $Date$
*/
public class Property extends AbstractFunction implements Serializable
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]