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

org.sikuli.remoteinterfaces.entities.Command Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
package org.sikuli.remoteinterfaces.entities;

import java.util.List;

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

    String getProcess();

    List getArgs();

    int getTimeout();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy