Class ZipFileSystemConfigBuilder
java.lang.Object
org.apache.commons.vfs2.FileSystemConfigBuilder
org.apache.commons.vfs2.provider.zip.ZipFileSystemConfigBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private static final ZipFileSystemConfigBuilder
private static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCharset
(FileSystemOptions opts) protected Class<? extends FileSystem>
Gets the target of this configuration.static final ZipFileSystemConfigBuilder
void
setCharset
(FileSystemOptions opts, 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 Details
-
_PREFIX
-
INSTANCE
-
KEY_CHARSET
-
-
Constructor Details
-
ZipFileSystemConfigBuilder
private ZipFileSystemConfigBuilder()
-
-
Method Details
-
getInstance
-
getCharset
-
getConfigClass
Description copied from class:FileSystemConfigBuilder
Gets the target of this configuration.- Specified by:
getConfigClass
in classFileSystemConfigBuilder
- Returns:
- the specific file system class
-
setCharset
-