You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-commits@maven.apache.org by ca...@apache.org on 2006/05/04 01:58:52 UTC

svn commit: r399492 - /maven/wagon/trunk/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java

Author: carlos
Date: Wed May  3 16:58:52 2006
New Revision: 399492

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

Modified:
    maven/wagon/trunk/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java

Modified: maven/wagon/trunk/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java
URL: http://svn.apache.org/viewcvs/maven/wagon/trunk/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java?rev=399492&r1=399491&r2=399492&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java (original)
+++ maven/wagon/trunk/wagon-provider-test/src/main/java/org/apache/maven/wagon/WagonTestCase.java Wed May  3 16:58:52 2006
@@ -73,9 +73,20 @@
     // Methods that should be provided by subclasses for proper testing
     // ----------------------------------------------------------------------
 
+    /**
+     * URL of the repository. For a complete test it should point to a non existing folder so
+     * we also check for the creation of new folders in the remote site.
+     * 
+     * return the URL of the repository as specified by Wagon syntax
+     */
     protected abstract String getTestRepositoryUrl()
         throws IOException;
 
+    /**
+     * Protocol id of the Wagon to use, eg. <code>scp</code>, <code>ftp</code>
+     * 
+     * @return the protocol id
+     */
     protected abstract String getProtocol();
 
     // ----------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-commits-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-commits-help@maven.apache.org