Package com.spotify.docker.client
Interface DockerHost.SystemDelegate
-
- Enclosing class:
- DockerHost
static interface DockerHost.SystemDelegate
An interface to be mocked during testing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getenv(java.lang.String name)
java.lang.String
getProperty(java.lang.String key)
-