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

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

There is a newer version: 3.22.0
Show newest version
package org.mapfish.print.config;

/**
 * Indicates that the {@link org.mapfish.print.config.ConfigurationFactory} should inject the configuration
 * object into the object.
 */
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