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

org.daisy.streamline.api.details.FormatDetailsSupplier Maven / Gradle / Ivy

The newest version!
package org.daisy.streamline.api.details;

import java.util.List;

/**
 * Provides a supplier of {@link FormatDetails}.
 * @author Joel Håkansson
 *
 */
public interface FormatDetailsSupplier {

	/**
	 * Lists the details provided by this implementation.
	 * @return a list of format details
	 */
	public List listDetails();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy