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

org.sikuli.remoteinterfaces.common.CommandLineExecutor Maven / Gradle / Ivy

package org.sikuli.remoteinterfaces.common;

import org.sikuli.remoteinterfaces.entities.Command;

/**
 * Author: Sergey Kuts
 */
public interface CommandLineExecutor {

    void executeCommandLine(final Command command);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy