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 Classstatic RamFileSystemConfigBuilderintgetMaxSize(FileSystemOptions opts) voidsetMaxSize(FileSystemOptions opts, int sizeInBytes) sets the maximum size of the file systemMethods inherited from class FileSystemConfigBuilder
getParam, hasParam, setParam
-
Method Details
-
getInstance
- Returns:
- the config builder singleton
-
getConfigClass
- Specified by:
getConfigClassin classFileSystemConfigBuilder
-
getMaxSize
- Parameters:
opts-- Returns:
- See Also:
-
setMaxSize
sets the maximum size of the file system- Parameters:
opts-sizeInBytes-
-