| Package | Description |
|---|---|
| org.daisy.pipeline.client.filestorage | |
| org.daisy.pipeline.client.models |
| Modifier and Type | Method and Description |
|---|---|
static Job |
JobStorage.loadJob(String storageId,
File jobStorageDir)
Load a job from the job storage folder.
|
| Constructor and Description |
|---|
JobStorage(Job job,
File jobStorage,
JobStorage otherJobContext,
String id)
Create a JobStorage associated with the provided Job, and copy the context from another job.
|
JobStorage(Job job,
File jobStorage,
String id)
Create a JobStorage associated with the provided Job.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Job> |
Job.parseJobsXml(Node jobsXml)
Parse the list of jobs described by the provided XML document/node.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Job.compareTo(Job o) |
Copyright © 2012–2016 The DAISY Consortium. All rights reserved.