public final class ResourceFileSystemConfigBuilder extends FileSystemConfigBuilder
Modifier and Type | Field and Description |
---|---|
private static ResourceFileSystemConfigBuilder |
BUILDER |
Modifier | Constructor and Description |
---|---|
private |
ResourceFileSystemConfigBuilder() |
Modifier and Type | Method and 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
private static final ResourceFileSystemConfigBuilder BUILDER
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