X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.specs%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fexecution%2FExecutionModule.java;h=b8979897ffb6af853876f85f06282784dd06d55d;hb=669315aa5d9016a1e5954e8ef172ba3f29d33087;hp=fd197efc4ee2de9861f4896ce7b6729c389307db;hpb=2887de51b854588b4a60ab12124c179997e0a015;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionModule.java b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionModule.java index fd197efc4..b8979897f 100644 --- a/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionModule.java +++ b/runtime/org.argeo.slc.specs/src/main/java/org/argeo/slc/execution/ExecutionModule.java @@ -1,16 +1,12 @@ package org.argeo.slc.execution; -import org.argeo.slc.process.SlcExecution; public interface ExecutionModule { public String getName(); public String getVersion(); - + public ExecutionModuleDescriptor getDescriptor(); - //TODO: remove - public void execute(SlcExecution slcExecution); - public void execute(ExecutionFlowDescriptor descriptor); }