All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.daisy.pipeline.webservice.impl.PortResultResource Maven / Gradle / Ivy

There is a newer version: 3.6.0
Show newest version
package org.daisy.pipeline.webservice.impl;

import java.util.Collection;

import org.daisy.pipeline.job.Job;
import org.daisy.pipeline.job.JobResult;

/**
 * The Class ResultResource.
 */
public class PortResultResource extends NamedResultResource{

	@Override
	protected Collection gatherResults(Job job, String name) {
		return job.getContext().getResults().getResults(name);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy