com.github.dockerjava.core.command
Class EventsCmdImpl

java.lang.Object
  extended by com.github.dockerjava.core.command.AbstrDockerCmd<EventsCmd,ExecutorService>
      extended by com.github.dockerjava.core.command.EventsCmdImpl
All Implemented Interfaces:
DockerCmd<ExecutorService>, EventsCmd

public class EventsCmdImpl
extends AbstrDockerCmd<EventsCmd,ExecutorService>
implements EventsCmd

Stream docker events


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.github.dockerjava.api.command.EventsCmd
EventsCmd.Exec
 
Field Summary
 
Fields inherited from class com.github.dockerjava.core.command.AbstrDockerCmd
execution
 
Constructor Summary
EventsCmdImpl(EventsCmd.Exec exec, EventCallback eventCallback)
           
 
Method Summary
 ExecutorService exec()
           
 EventCallback getEventCallback()
           
 String getSince()
           
 String getUntil()
           
 String toString()
           
 EventsCmd withEventCallback(EventCallback eventCallback)
           
 EventsCmd withSince(String since)
           
 EventsCmd withUntil(String until)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventsCmdImpl

public EventsCmdImpl(EventsCmd.Exec exec,
                     EventCallback eventCallback)
Method Detail

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.