You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2006/04/03 15:03:17 UTC

svn commit: r391039 - /jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ScriptFactory.java

Author: dion
Date: Mon Apr  3 06:03:06 2006
New Revision: 391039

URL: http://svn.apache.org/viewcvs?rev=391039&view=rev
Log:
javadocs

Modified:
    jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ScriptFactory.java

Modified: jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ScriptFactory.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ScriptFactory.java?rev=391039&r1=391038&r2=391039&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ScriptFactory.java (original)
+++ jakarta/commons/proper/jexl/trunk/src/java/org/apache/commons/jexl/ScriptFactory.java Mon Apr  3 06:03:06 2006
@@ -91,10 +91,10 @@
     }
 
     /**
-     * Creates a Script from a String containing valid JEXL syntax. 
-     * This method parses the script which validates the syntax.
+     * Creates a Script from a {@link File} containing valid JEXL syntax. 
+     * This method parses the script and validates the syntax.
      * 
-     * @param scriptText A String containing valid JEXL syntax
+     * @param scriptFile A {@link File} containing valid JEXL syntax. Must not be null. Must be a readable file.
      * @return A {@link Script} which can be executed with a {@link JexlContext}.
      * @throws Exception An exception can be thrown if there is a problem parsing the script.
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org