You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2006/11/11 23:35:26 UTC

svn commit: r473819 - in /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional: Cab.java Javah.java

Author: peterreilly
Date: Sat Nov 11 14:35:25 2006
New Revision: 473819

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

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/Cab.java
    ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/Javah.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/Cab.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/Cab.java?view=diff&rev=473819&r1=473818&r2=473819
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/Cab.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/Cab.java Sat Nov 11 14:35:25 2006
@@ -140,6 +140,7 @@
     /**
      * Create a new exec delegate.  The delegate task is populated so that
      * it appears in the logs to be the same task as this one.
+     * @return the delegate.
      * @throws BuildException on error.
      */
     protected ExecTask createExec() throws BuildException {
@@ -171,7 +172,7 @@
      * <p>This method expects to only be called on Windows and thus
      * quotes the file names.</p>
      * @param files the list of files to use.
-     * @param the list file created.
+     * @return the list file created.
      * @throws IOException if there is an error.
      */
     protected File createListFile(Vector files)
@@ -208,6 +209,7 @@
      * are gathered from the fileset if it has been added, otherwise from the
      * traditional include parameters.
      * @return the list of files.
+     * @throws BuildException if there is an error.
      */
     protected Vector getFileList() throws BuildException {
         Vector files = new Vector();

Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/Javah.java
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/Javah.java?view=diff&rev=473819&r1=473818&r2=473819
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/Javah.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/optional/Javah.java Sat Nov 11 14:35:25 2006
@@ -249,7 +249,7 @@
 
     /**
      * The bootclasspath to use.
-     *
+     * @return the bootclass path.
      * @since Ant 1.6.3
      */
     public Path getBootclasspath() {
@@ -267,7 +267,7 @@
 
     /**
      * The destination file, if any.
-     *
+     * @return the destination file.
      * @since Ant 1.6.3
      */
     public File getOutputfile() {
@@ -284,7 +284,7 @@
 
     /**
      * Whether output files should always be written.
-     *
+     * @return the force attribute.
      * @since Ant 1.6.3
      */
     public boolean getForce() {
@@ -304,7 +304,7 @@
 
     /**
      * Whether old JDK1.0-style header files should be generated.
-     *
+     * @return the old attribute.
      * @since Ant 1.6.3
      */
     public boolean getOld() {
@@ -321,7 +321,7 @@
 
     /**
      * Whether C declarations from the Java object file should be generated.
-     *
+     * @return the stubs attribute.
      * @since Ant 1.6.3
      */
     public boolean getStubs() {
@@ -339,7 +339,7 @@
 
     /**
      * Whether verbose output should get generated.
-     *
+     * @return the verbose attribute.
      * @since Ant 1.6.3
      */
     public boolean getVerbose() {
@@ -375,7 +375,7 @@
     /**
      * Returns the (implementation specific) settings given as nested
      * arg elements.
-     *
+     * @return the arguments.
      * @since Ant 1.6.3
      */
     public String[] getCurrentArgs() {
@@ -428,6 +428,7 @@
     /**
      * Logs the compilation parameters, adds the files to compile and logs the
      * &quot;niceSourceList&quot;
+     * @param cmd the command line.
      */
     public void logAndAddFiles(Commandline cmd) {
         logAndAddFilesToCompile(cmd);



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