Package cz.vutbr.fit.layout.tools.cmd
Class Invoke
- java.lang.Object
-
- cz.vutbr.fit.layout.tools.CliCommand
-
- cz.vutbr.fit.layout.tools.cmd.Invoke
-
public class Invoke extends CliCommand implements Callable<Integer>
A command-line interface to a generic artifact service invocation.- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description Invoke()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
call()
Artifact
invokeService(Artifact srcArt, String serviceId, Map<String,String> sopts)
-
Methods inherited from class cz.vutbr.fit.layout.tools.CliCommand
errNoAreaTree, errNoArtifact, errNoPage, errNoRepo, getCli, printError, setCli
-
-