DriverConfigLoader
, which you should call directly instead.@Deprecated public class DseDriverConfigLoader extends Object
Modifier and Type | Method and Description |
---|---|
static DriverConfigLoader |
fromClasspath(String resourceBaseName)
Deprecated.
This method only exists for backward compatibility. It delegates to
DriverConfigLoader.fromClasspath(String) , which you should call directly instead. |
static DriverConfigLoader |
fromFile(File file)
Deprecated.
This method only exists for backward compatibility. It delegates to
DriverConfigLoader.fromFile(File) , which you should call directly instead. |
static DriverConfigLoader |
fromUrl(URL url)
Deprecated.
This method only exists for backward compatibility. It delegates to
DriverConfigLoader.fromUrl(URL) , which you should call directly instead. |
static ProgrammaticDriverConfigLoaderBuilder |
programmaticBuilder()
Deprecated.
This method only exists for backward compatibility. It delegates to
DriverConfigLoader.programmaticBuilder() , which you should call directly instead. |
@Deprecated @NonNull public static DriverConfigLoader fromClasspath(@NonNull String resourceBaseName)
DriverConfigLoader.fromClasspath(String)
, which you should call directly instead.@Deprecated @NonNull public static DriverConfigLoader fromFile(@NonNull File file)
DriverConfigLoader.fromFile(File)
, which you should call directly instead.@Deprecated @NonNull public static DriverConfigLoader fromUrl(@NonNull URL url)
DriverConfigLoader.fromUrl(URL)
, which you should call directly instead.@Deprecated @NonNull public static ProgrammaticDriverConfigLoaderBuilder programmaticBuilder()
DriverConfigLoader.programmaticBuilder()
, which you should call directly instead.Copyright © 2017–2024. All rights reserved.