Author: saces
Date: 2009-04-20 21:24:00 +0000 (Mon, 20 Apr 2009)
New Revision: 27122

Modified:
   trunk/freenet/src/freenet/client/Metadata.java
Log:
add forgotten getter

Modified: trunk/freenet/src/freenet/client/Metadata.java
===================================================================
--- trunk/freenet/src/freenet/client/Metadata.java      2009-04-20 21:21:11 UTC 
(rev 27121)
+++ trunk/freenet/src/freenet/client/Metadata.java      2009-04-20 21:24:00 UTC 
(rev 27122)
@@ -773,7 +773,16 @@
        public boolean isArchiveManifest() {
                return documentType == ARCHIVE_MANIFEST;
        }
+       
+       /**
+        * Is this a archive internal metadata redirect?
+        * @return
+        */
+       public boolean isArchiveMetadataRedirect() {
+               return documentType == ARCHIVE_METADATA_REDIRECT;
+       }
 
+
        /**
         * Is this a Archive internal redirect?
         * @return

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to