com.github.dockerjava.core.command
Class PullImageCmdImpl
java.lang.Object
com.github.dockerjava.core.command.AbstrDockerCmd<PullImageCmd,InputStream>
com.github.dockerjava.core.command.PullImageCmdImpl
- All Implemented Interfaces:
- DockerCmd<InputStream>, PullImageCmd
public class PullImageCmdImpl
- extends AbstrDockerCmd<PullImageCmd,InputStream>
- implements PullImageCmd
Pull image from repository.
Methods inherited from interface com.github.dockerjava.api.command.DockerCmd |
exec |
PullImageCmdImpl
public PullImageCmdImpl(PullImageCmd.Exec exec,
String repository)
getRepository
public String getRepository()
- Specified by:
getRepository
in interface PullImageCmd
getTag
public String getTag()
- Specified by:
getTag
in interface PullImageCmd
getRegistry
public String getRegistry()
- Specified by:
getRegistry
in interface PullImageCmd
withRepository
public PullImageCmd withRepository(String repository)
- Specified by:
withRepository
in interface PullImageCmd
withTag
public PullImageCmd withTag(String tag)
- Specified by:
withTag
in interface PullImageCmd
withRegistry
public PullImageCmd withRegistry(String registry)
- Specified by:
withRegistry
in interface PullImageCmd
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2014. All rights reserved.