com.github.dockerjava.core.command
Class EventsCmdImpl
java.lang.Object
com.github.dockerjava.core.command.AbstrDockerCmd<EventsCmd,ExecutorService>
com.github.dockerjava.core.command.EventsCmdImpl
- All Implemented Interfaces:
- DockerCmd<ExecutorService>, EventsCmd
public class EventsCmdImpl
- extends AbstrDockerCmd<EventsCmd,ExecutorService>
- implements EventsCmd
Stream docker events
EventsCmdImpl
public EventsCmdImpl(EventsCmd.Exec exec,
EventCallback eventCallback)
withSince
public EventsCmd withSince(String since)
- Specified by:
withSince
in interface EventsCmd
withUntil
public EventsCmd withUntil(String until)
- Specified by:
withUntil
in interface EventsCmd
withEventCallback
public EventsCmd withEventCallback(EventCallback eventCallback)
- Specified by:
withEventCallback
in interface EventsCmd
getSince
public String getSince()
- Specified by:
getSince
in interface EventsCmd
getUntil
public String getUntil()
- Specified by:
getUntil
in interface EventsCmd
getEventCallback
public EventCallback getEventCallback()
- Specified by:
getEventCallback
in interface EventsCmd
exec
public ExecutorService exec()
- Specified by:
exec
in interface DockerCmd<ExecutorService>
- Overrides:
exec
in class AbstrDockerCmd<EventsCmd,ExecutorService>
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2014. All Rights Reserved.