All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fabric8.maven.docker.util.Task Maven / Gradle / Ivy

There is a newer version: 0.45.0
Show newest version
package io.fabric8.maven.docker.util;

/**
 * Represents a generic task to be executed on a object.
 */
public interface Task {

    void execute(T object) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy