Interface ICliService


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

      • executeCommand

        IFuture<java.lang.String> executeCommand​(java.lang.String command,
                                                 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.