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

org.mapfish.print.config.HasConfiguration Maven / Gradle / Ivy

package org.mapfish.print.config;

/**
 * Indicates that the {@link org.mapfish.print.config.ConfigurationFactory} should inject the configuration object into the
 * object.
 *
 * @author jesseeichar on 3/25/14.
 */
public interface HasConfiguration {
    /**
     * Set the configuration that the object belongs to.
     *
     * @param configuration the configuration object
     */
    void setConfiguration(Configuration configuration);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy