we need to define what functions we want in the API. 1. boolean Job.exists() 2. Job Job.create(int jobNumber) 3. void Job.addData(File filename) 4. void Job.addResources(File filename) 5. void Job.commit(String message) @danielcovington anything else you think we might need?
we need to define what functions we want in the API.
@danielcovington anything else you think we might need?