You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2010/04/04 18:27:53 UTC

svn commit: r930713 - /db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/gf/source/FileSource.java

Author: tfischer
Date: Sun Apr  4 16:27:53 2010
New Revision: 930713

URL: http://svn.apache.org/viewvc?rev=930713&view=rev
Log:
improved javadoc

Modified:
    db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/gf/source/FileSource.java

Modified: db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/gf/source/FileSource.java
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/gf/source/FileSource.java?rev=930713&r1=930712&r2=930713&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/gf/source/FileSource.java (original)
+++ db/torque/torque4/trunk/torque-generator/src/main/java/org/apache/torque/gf/source/FileSource.java Sun Apr  4 16:27:53 2010
@@ -58,8 +58,12 @@ public class FileSource extends SourceIm
      * @param type the source type, not null.
      * @param path the path to the file to read, not null.
      * @param elements the element which should be used as input, or null
-     *         if the root element should be used.
-     * @param sourceFilter the source filter class for the input.
+     *        if the root element should be used.
+     * @param sourceFilter the fully qualified class name of the source filter,
+     *        or null if no SourceFilter should be used.
+     *        The selected class, if any, must have a standard constructor.
+     * @param transformerDefinitions the List of transformers to be applied
+     *        to the source, not null.
      *
      * @throws ConfigurationException if the SourceFilter cannot be
      *         instantiated.



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