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

org.daisy.pipeline.webserviceutils.requestlog.RequestLog Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package org.daisy.pipeline.webserviceutils.requestlog;

public interface RequestLog {
	boolean contains(RequestLogEntry entry);
	void add(RequestLogEntry entry);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy