public final class ResourceFileSystemConfigBuilder extends FileSystemConfigBuilder
Modifier and Type | Method | Description |
---|---|---|
java.lang.ClassLoader |
getClassLoader(FileSystemOptions opts) |
|
protected java.lang.Class<? extends FileSystem> |
getConfigClass() |
Get the target of this configuration.
|
static ResourceFileSystemConfigBuilder |
getInstance() |
Gets the singleton builder.
|
void |
setClassLoader(FileSystemOptions opts,
java.lang.ClassLoader classLoader) |
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
public static ResourceFileSystemConfigBuilder getInstance()
public void setClassLoader(FileSystemOptions opts, java.lang.ClassLoader classLoader)
public java.lang.ClassLoader getClassLoader(FileSystemOptions opts)
protected java.lang.Class<? extends FileSystem> getConfigClass()
FileSystemConfigBuilder
getConfigClass
in class FileSystemConfigBuilder