Interface ICliService


  • public interface ICliService
    Service to invoke the command line via a service call.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      jadex.commons.future.IFuture<java.lang.String> executeCommand​(java.lang.String command, jadex.commons.Tuple2<java.lang.String,​java.lang.Integer> session)
      Execute a command line command and get back the results.
    • Method Detail

      • executeCommand

        jadex.commons.future.IFuture<java.lang.String> executeCommand​(java.lang.String command,
                                                                      jadex.commons.Tuple2<java.lang.String,​java.lang.Integer> session)
        Execute a command line command and get back the results.
        Parameters:
        command - The command.
        Returns:
        The result of the command.