Package redis.embedded.core
Interface ExecutableProvider
public interface ExecutableProvider
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionget()
static ExecutableProvider
static ExecutableProvider
static ExecutableProvider
newEnvironmentVariableProvider
(String envName) static ExecutableProvider
newExecutableInPath
(String executableName) static ExecutableProvider
newFileThenJarResourceProvider
(Map<OsArchitecture, String> executables) static ExecutableProvider
newJarResourceProvider
(Map<OsArchitecture, String> executables) static Map<OsArchitecture,
String> static ExecutableProvider
static ExecutableProvider
newSystemPropertyProvider
(String propertyName)
-
Field Details
-
ENVIRONMENT_EXECUTABLE_LOCATION
- See Also:
-
PROPERTY_EXECUTABLE_LOCATION
- See Also:
-
-
Method Details
-
get
- Throws:
IOException
-
newEmbeddedRedis2_8_19Provider
-
newFileThenJarResourceProvider
-
newEnvironmentVariableProvider
-
newEnvironmentVariableProvider
-
newSystemPropertyProvider
-
newSystemPropertyProvider
-
newJarResourceProvider
-
newExecutableInPath
- Throws:
FileNotFoundException
-
newRedis2_8_19Map
-