You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by im...@apache.org on 2006/02/22 21:05:21 UTC

svn commit: r379868 - /jakarta/commons/proper/vfs/trunk/xdocs/filesystems.xml

Author: imario
Date: Wed Feb 22 12:05:19 2006
New Revision: 379868

URL: http://svn.apache.org/viewcvs?rev=379868&view=rev
Log:
some javadoc for ram filesystem

Modified:
    jakarta/commons/proper/vfs/trunk/xdocs/filesystems.xml

Modified: jakarta/commons/proper/vfs/trunk/xdocs/filesystems.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/vfs/trunk/xdocs/filesystems.xml?rev=379868&r1=379867&r2=379868&view=diff
==============================================================================
--- jakarta/commons/proper/vfs/trunk/xdocs/filesystems.xml (original)
+++ jakarta/commons/proper/vfs/trunk/xdocs/filesystems.xml Wed Feb 22 12:05:19 2006
@@ -40,6 +40,9 @@
                 <li>
                     <a href="#res">res</a>
                 </li>
+                <li>
+                    <a href="#ram">ram</a>
+                </li>
             </ul>
         </section>
 
@@ -420,7 +423,7 @@
             </p>
 
             <p>
-                <b>RES Format</b>
+                <b>URI Format</b>
             </p>
 
             <p>
@@ -442,5 +445,34 @@
             </ul>
         </section>
 
+        <section name="ram">
+
+            <p>
+            	A filesystem which stores all the data in memory.
+            	You can configure the max size and a predicate (FileSelector). The predicate will be used to check if
+            	it is allowed to add a given file.
+            </p>
+
+            <p>
+                <b>URI Format</b>
+            </p>
+
+            <p>
+                <code>ram://[
+                    <i>path</i>]
+                </code>
+            </p>
+
+            <p>
+                <b>Examples</b>
+            </p>
+
+            <ul>
+                <li>
+                    <code>ram:///any/path/to/file.txt</code>
+                </li>
+            </ul>
+        </section>
+        
     </body>
 </document>



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