public class PullImageCmdImpl extends AbstrAuthCfgDockerCmd<PullImageCmd,InputStream> implements PullImageCmd
PullImageCmd.Exec
execution
Constructor and Description |
---|
PullImageCmdImpl(PullImageCmd.Exec exec,
String repository) |
Modifier and Type | Method and Description |
---|---|
String |
getRegistry() |
String |
getRepository() |
String |
getTag() |
String |
toString() |
PullImageCmd |
withRegistry(String registry) |
PullImageCmd |
withRepository(String repository) |
PullImageCmd |
withTag(String tag) |
getAuthConfig, registryAuth, withAuthConfig
close, exec
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAuthConfig, withAuthConfig
public PullImageCmdImpl(PullImageCmd.Exec exec, String repository)
public String getRepository()
getRepository
in interface PullImageCmd
public String getTag()
getTag
in interface PullImageCmd
public String getRegistry()
getRegistry
in interface PullImageCmd
public PullImageCmd withRepository(String repository)
withRepository
in interface PullImageCmd
public PullImageCmd withTag(String tag)
withTag
in interface PullImageCmd
public PullImageCmd withRegistry(String registry)
withRegistry
in interface PullImageCmd
Copyright © 2015. All Rights Reserved.