|
||||||||||
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 |
---|
getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getCharacter, getCharacter, getCharacter, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInteger, getInteger, getInteger, getLong, getLong, getLong, getParam, getRootURI, getShort, getShort, getShort, getString, getString, hasObject, hasParam, setParam, setRootURI |
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 FileSystemConfigBuilder
public 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 |