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

uk.co.codera.lang.concurrent.CommandExecutor Maven / Gradle / Ivy

There is a newer version: 0.0.13
Show newest version
package uk.co.codera.lang.concurrent;

/**
 * 

* Indicates that this task wraps a command and will execute the command when it * is invoked. *

* * @author andystewart */ public interface CommandExecutor extends Task { /** * Returns the underlying command the task will execute when invoked. * * @return the underlying command. */ Command getCommand(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy