]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/SlcAgentCli.java
Various fixes.
[gpl/argeo-slc.git] / runtime / org.argeo.slc.specs / src / main / java / org / argeo / slc / execution / SlcAgentCli.java
1 package org.argeo.slc.execution;
2
3 /**
4 * Interpret a command line and run it in the underlying agent, with the proper
5 * authentication.
6 */
7 public interface SlcAgentCli {
8 /**
9 * Synchronously executes.
10 *
11 * @return the UUID of the process
12 */
13 public String process(String[] args);
14 }