Class DockerAccessInterfaceImpl
- java.lang.Object
-
- org.guvnor.ala.docker.access.impl.DockerAccessInterfaceImpl
-
- All Implemented Interfaces:
DockerAccessInterface,org.uberfire.commons.lifecycle.Disposable
public class DockerAccessInterfaceImpl extends Object implements DockerAccessInterface, org.uberfire.commons.lifecycle.Disposable
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description DockerAccessInterfaceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()com.spotify.docker.client.DockerClientgetDockerClient(org.guvnor.ala.runtime.providers.ProviderId providerId)
-
-
-
Method Detail
-
getDockerClient
public com.spotify.docker.client.DockerClient getDockerClient(org.guvnor.ala.runtime.providers.ProviderId providerId) throws com.spotify.docker.client.DockerException, InterruptedException- Specified by:
getDockerClientin interfaceDockerAccessInterface- Throws:
com.spotify.docker.client.DockerExceptionInterruptedException
-
dispose
public void dispose()
- Specified by:
disposein interfaceorg.uberfire.commons.lifecycle.Disposable
-
-