Uses of Class
org.opencastproject.execute.api.ExecuteException

  • Uses of ExecuteException in org.opencastproject.execute.api

    Modifier and Type
    Method
    Description
    org.opencastproject.job.api.Job
    ExecuteService.execute(String exec, String args, org.opencastproject.mediapackage.MediaPackageElement inElement, String outFileName, org.opencastproject.mediapackage.MediaPackageElement.Type type, float load)
    Execute the operation specified by exec with the argument string indicated by args.
    org.opencastproject.job.api.Job
    ExecuteService.execute(String exec, String args, org.opencastproject.mediapackage.MediaPackage mp, String outFileName, org.opencastproject.mediapackage.MediaPackageElement.Type type, float load)
    Execute the operation specified by exec with the argument string indicated by args.