Package io.fabric8.maven.docker.util
Interface Task<T>
-
public interface Task<T>Represents a generic task to be executed on a object.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(T object)
-