public class ZipFileSystemConfigBuilder extends FileSystemConfigBuilder
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
_PREFIX |
private static ZipFileSystemConfigBuilder |
INSTANCE |
private static java.lang.String |
KEY_CHARSET |
Modifier | Constructor and Description |
---|---|
private |
ZipFileSystemConfigBuilder() |
Modifier and Type | Method and 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) |
getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getCharacter, getCharacter, getCharacter, getDouble, getDouble, getDouble, getEnum, getEnum, getFloat, getFloat, getFloat, getInteger, getInteger, getInteger, getLong, getLong, getLong, getParam, getRootURI, getShort, getShort, getShort, getString, getString, hasObject, hasParam, setParam, setParam, setRootURI
private static final java.lang.String _PREFIX
private static final ZipFileSystemConfigBuilder INSTANCE
private static final java.lang.String KEY_CHARSET
public static final ZipFileSystemConfigBuilder getInstance()
public java.nio.charset.Charset getCharset(FileSystemOptions opts)
protected java.lang.Class<? extends FileSystem> getConfigClass()
FileSystemConfigBuilder
getConfigClass
in class FileSystemConfigBuilder
public void setCharset(FileSystemOptions opts, java.nio.charset.Charset charset)