Package redis.embedded.core
Interface ExecutableProvider
public interface ExecutableProvider
-
Method Summary
Modifier and Type Method Description File
get()
static ExecutableProvider
newEmbeddedRedis2_8_19Provider()
static ExecutableProvider
newExecutableInPath(String executableName)
static ExecutableProvider
newFileThenJarResourceProvider(Map<OsArchitecture,String> executables)
static ExecutableProvider
newJarResourceProvider(Map<OsArchitecture,String> executables)
static Map<OsArchitecture,String>
newRedis2_8_19Map()
-
Method Details
-
get
- Throws:
IOException
-
newEmbeddedRedis2_8_19Provider
-
newFileThenJarResourceProvider
-
newJarResourceProvider
-
newExecutableInPath
- Throws:
FileNotFoundException
-
newRedis2_8_19Map
-