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

org.daisy.dotify.api.formatter.VolumeTemplateBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package org.daisy.dotify.api.formatter;

/**
 * Provides methods for building a volume template.
 *
 * @author Joel Håkansson
 */
public interface VolumeTemplateBuilder {

    /**
     * Gets the pre volume content builder.
     *
     * @return returns the pre volume content builder
     */
    public VolumeContentBuilder getPreVolumeContentBuilder();

    /**
     * Gets the post volume content builder.
     *
     * @return returns the post volume content builder
     */
    public VolumeContentBuilder getPostVolumeContentBuilder();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy