Uses of Class
uk.ac.manchester.spinnaker.nmpiexec.job_parameters.JobParametersFactoryException
Packages that use JobParametersFactoryException
Package
Description
The parameters used to launch a job.
-
Uses of JobParametersFactoryException in uk.ac.manchester.spinnaker.nmpiexec.job_parameters
Method parameters in uk.ac.manchester.spinnaker.nmpiexec.job_parameters with type arguments of type JobParametersFactoryExceptionModifier and TypeMethodDescriptionstatic JobParameters
JobParametersFactory.getJobParameters
(Job job, File workingDirectory, String setupScript, Map<String, JobParametersFactoryException> errors) Get the parameters from a job.Methods in uk.ac.manchester.spinnaker.nmpiexec.job_parameters that throw JobParametersFactoryExceptionModifier and TypeMethodDescriptionabstract JobParameters
JobParametersFactory.getJobParameters
(Job job, File workingDirectory, String setupScript) Gets job parameters given job description data.