Class RamFileSystemConfigBuilder
java.lang.Object
org.apache.commons.vfs.FileSystemConfigBuilder
org.apache.commons.vfs.provider.ram.RamFileSystemConfigBuilder
Config Builder for the RAM filesystem.
-
Method Summary
Modifier and TypeMethodDescriptionprotected Class
static RamFileSystemConfigBuilder
int
getMaxSize
(FileSystemOptions opts) void
setMaxSize
(FileSystemOptions opts, int sizeInBytes) sets the maximum size of the file systemMethods inherited from class org.apache.commons.vfs.FileSystemConfigBuilder
getParam, hasParam, setParam
-
Method Details
-
getInstance
- Returns:
- the config builder singleton
-
getConfigClass
- Specified by:
getConfigClass
in classFileSystemConfigBuilder
-
getMaxSize
- Parameters:
opts
-- Returns:
- See Also:
-
setMaxSize
sets the maximum size of the file system- Parameters:
opts
-sizeInBytes
-
-