|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.vfs.FileSystemConfigBuilder
org.apache.commons.vfs.provider.ram.RamFileSystemConfigBuilder
public class RamFileSystemConfigBuilder
Config Builder for the RAM filesystem.
| Method Summary | |
|---|---|
protected java.lang.Class |
getConfigClass()
|
static RamFileSystemConfigBuilder |
getInstance()
|
int |
getMaxSize(FileSystemOptions opts)
|
void |
setMaxSize(FileSystemOptions opts,
int sizeInBytes)
sets the maximum size of the file system |
| Methods inherited from class org.apache.commons.vfs.FileSystemConfigBuilder |
|---|
getParam, hasParam, setParam |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RamFileSystemConfigBuilder getInstance()
protected java.lang.Class getConfigClass()
getConfigClass in class FileSystemConfigBuilderpublic int getMaxSize(FileSystemOptions opts)
opts -
setMaxSize(org.apache.commons.vfs.FileSystemOptions, int)
public void setMaxSize(FileSystemOptions opts,
int sizeInBytes)
opts - sizeInBytes -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||