Class ZipFileSystemConfigBuilder
- java.lang.Object
-
- org.apache.commons.vfs2.FileSystemConfigBuilder
-
- org.apache.commons.vfs2.provider.zip.ZipFileSystemConfigBuilder
-
public class ZipFileSystemConfigBuilder extends FileSystemConfigBuilder
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
_PREFIX
private static ZipFileSystemConfigBuilder
INSTANCE
private static java.lang.String
KEY_CHARSET
-
Constructor Summary
Constructors Modifier Constructor Description private
ZipFileSystemConfigBuilder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.charset.Charset
getCharset(FileSystemOptions opts)
protected java.lang.Class<? extends FileSystem>
getConfigClass()
Gets the target of this configuration.static ZipFileSystemConfigBuilder
getInstance()
void
setCharset(FileSystemOptions opts, java.nio.charset.Charset charset)
-
Methods inherited from class org.apache.commons.vfs2.FileSystemConfigBuilder
getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getCharacter, getCharacter, getCharacter, getDouble, getDouble, getDouble, getDuration, getDuration, getDurationInteger, getDurationInteger, getEnum, getEnum, getFloat, getFloat, getFloat, getInteger, getInteger, getInteger, getLong, getLong, getLong, getParam, getRootURI, getShort, getShort, getShort, getString, getString, hasObject, hasParam, setParam, setParam, setRootURI, toBooleanObject
-
-
-
-
Field Detail
-
_PREFIX
private static final java.lang.String _PREFIX
-
INSTANCE
private static final ZipFileSystemConfigBuilder INSTANCE
-
KEY_CHARSET
private static final java.lang.String KEY_CHARSET
-
-
Method Detail
-
getInstance
public static final ZipFileSystemConfigBuilder getInstance()
-
getCharset
public java.nio.charset.Charset getCharset(FileSystemOptions opts)
-
getConfigClass
protected java.lang.Class<? extends FileSystem> getConfigClass()
Description copied from class:FileSystemConfigBuilder
Gets the target of this configuration.- Specified by:
getConfigClass
in classFileSystemConfigBuilder
- Returns:
- the specific file system class
-
setCharset
public void setCharset(FileSystemOptions opts, java.nio.charset.Charset charset)
-
-