Author: ecki
Date: Mon Jan 5 16:28:28 2015
New Revision: 1649575
URL: http://svn.apache.org/r1649575
Log:
[ram][site] document ram filesystem options (removed not existing predicate)
Modified:
commons/proper/vfs/trunk/src/site/xdoc/filesystems.xml
Modified: commons/proper/vfs/trunk/src/site/xdoc/filesystems.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/site/xdoc/filesystems.xml?rev=1649575&r1=1649574&r2=1649575&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/site/xdoc/filesystems.xml (original)
+++ commons/proper/vfs/trunk/src/site/xdoc/filesystems.xml Mon Jan 5 16:28:28
2015
@@ -780,9 +780,7 @@
<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.
+ A filesystem which stores all the data in memory (one byte
array for each file content).
</p>
<p>
@@ -796,6 +794,13 @@
</p>
<p>
+ <b>File System Options</b>
+ <ul>
+ <li><b>maxsize</b> Maximum filesystem size (total bytes of
all file contents).</li>
+ </ul>
+ </p>
+
+ <p>
<b>Examples</b>
</p>