juergen 02/01/02 07:14:01
Modified: src/webdav/client/src/org/apache/webdav/lib
ResponseEntity.java
Log:
first version of the delta-v prototype (client part). Minor interface changes.
Revision Changes Path
1.2 +18 -4
jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/ResponseEntity.java
Index: ResponseEntity.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/ResponseEntity.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ResponseEntity.java 6 Mar 2001 06:07:09 -0000 1.1
+++ ResponseEntity.java 2 Jan 2002 15:14:01 -0000 1.2
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/ResponseEntity.java,v
1.1 2001/03/06 06:07:09 jericho Exp $
- * $Revision: 1.1 $
- * $Date: 2001/03/06 06:07:09 $
+ * $Header:
/home/cvs/jakarta-slide/src/webdav/client/src/org/apache/webdav/lib/ResponseEntity.java,v
1.2 2002/01/02 15:14:01 juergen Exp $
+ * $Revision: 1.2 $
+ * $Date: 2002/01/02 15:14:01 $
*
* ====================================================================
*
@@ -72,7 +72,7 @@
* operations for the XML response documents.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Park, Sung-Gu</a>
- * @version $Revision: 1.1 $ $Date: 2001/03/06 06:07:09 $
+ * @version $Revision: 1.2 $ $Date: 2002/01/02 15:14:01 $
*/
public interface ResponseEntity {
@@ -106,5 +106,19 @@
* @return the properties.
*/
public Enumeration getProperties();
+
+ /**
+ * Get the properties in the response XML element.
+ *
+ * @return the properties.
+ */
+ public Enumeration getHistories();
+
+ /**
+ * Get the properties in the response XML element.
+ *
+ * @return the properties.
+ */
+ public Enumeration getWorkspaces();
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>