Class Job

java.lang.Object
org.foutaise.tabrunner.Job

public class Job extends Object
Defines a Job command to be executed.
  • Constructor Details

    • Job

      public Job(String title, String... args)
      Class constructor.
      Parameters:
      title - the title of the Job
      args - the command line arguments of the command to run