X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.api%2Fsrc%2Forg%2Fargeo%2Fslc%2Fexecution%2FSlcAgentCli.java;fp=org.argeo.slc.api%2Fsrc%2Forg%2Fargeo%2Fslc%2Fexecution%2FSlcAgentCli.java;h=0000000000000000000000000000000000000000;hb=09c9e5093fe1353aaac344ac8a8caf2e1dcc0778;hp=497d1104d78c89d089a56bbf28b70562dbf148f7;hpb=8ff996a3380166be2ae9cf0ef0fa22c58e11746a;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.api/src/org/argeo/slc/execution/SlcAgentCli.java b/org.argeo.slc.api/src/org/argeo/slc/execution/SlcAgentCli.java deleted file mode 100644 index 497d1104d..000000000 --- a/org.argeo.slc.api/src/org/argeo/slc/execution/SlcAgentCli.java +++ /dev/null @@ -1,14 +0,0 @@ -package org.argeo.slc.execution; - -/** - * Interpret a command line and run it in the underlying agent, with the proper - * authentication. - */ -public interface SlcAgentCli { - /** - * Synchronously executes. - * - * @return the UUID of the process - */ - public String process(String[] args); -}