Package org.nuxeo.ecm.platform.commandline.executor.api


package org.nuxeo.ecm.platform.commandline.executor.api
  • Class
    Description
    Wraps command parameters (String or File path, or a list of values that will be expanded as separate parameters).
    A parameter value holding either a single String or a list of Strings.
    Represents the availability status of a command.
    Exception indicating that the target command execution failed: because it threw an exception, because it exited with a non zero return code.
    Interface for the service that manages commandline execution.
    Exception indicating that the target command is not available: because it was never registered, because it was disabled, because the target command is not installed on the server *.
    Wraps result of the command-line execution: executed command line, output buffer, return code, java Exception.