public final class ResourceFileSystemConfigBuilder extends FileSystemConfigBuilder
Modifier and Type | Method and Description |
---|---|
ClassLoader |
getClassLoader(FileSystemOptions fileSystemOptions)
Gets the class loader from the FileSystemOptions.
|
protected Class<? extends FileSystem> |
getConfigClass()
Gets the target of this configuration.
|
static ResourceFileSystemConfigBuilder |
getInstance()
Gets the singleton builder.
|
void |
setClassLoader(FileSystemOptions fileSystemOptions,
ClassLoader classLoader)
Sets the class loader in the FileSystemOptions.
|
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, getParamOrDefault, getRootURI, getShort, getShort, getShort, getString, getString, hasObject, hasParam, setParam, setParam, setRootURI, toBooleanObject
public static ResourceFileSystemConfigBuilder getInstance()
public ClassLoader getClassLoader(FileSystemOptions fileSystemOptions)
fileSystemOptions
- The source FileSystemOptions.protected Class<? extends FileSystem> getConfigClass()
FileSystemConfigBuilder
getConfigClass
in class FileSystemConfigBuilder
public void setClassLoader(FileSystemOptions fileSystemOptions, ClassLoader classLoader)
fileSystemOptions
- Target FileSystemOptions.classLoader
- The data to set.Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.