com.fitbur.github.dockerjava.api.command.InspectExecCmd Maven / Gradle / Ivy
package com.fitbur.github.dockerjava.api.com.fitburmand;
import com.fitbur.github.dockerjava.api.NotFoundException;
public interface InspectExecCmd extends SyncDockerCmd {
public String getExecId();
public InspectExecCmd withExecId(String execId);
/**
* @throws NotFoundException
* if no such exec has been found
*/
@Override
public InspectExecResponse exec() throws NotFoundException;
public static interface Exec extends DockerCmdSyncExec {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy