Interface LogGetHandle
-
- All Known Implementing Classes:
LogRequestor
public interface LogGetHandle- Since:
- 29/11/14
- Author:
- roland
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfinish()DockerAccessExceptiongetException()booleanisError()
-
-
-
Method Detail
-
finish
void finish()
-
isError
boolean isError()
-
getException
DockerAccessException getException()
-
-