org.mapfish.print.processor.CustomDependencies Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of print-lib Show documentation
Show all versions of print-lib Show documentation
Library for generating PDFs and images from online webmapping services
package org.mapfish.print.processor;
import java.util.Collection;
import javax.annotation.Nonnull;
/**
* Classes that implement this interface indicate what she dynamically depends on, for the "values" input.
*
* The test for this class will be part of {@link org.mapfish.print.processor.jasper.MergeDataSourceProcessor}
* and {@link org.mapfish.print.processor.jasper.DataSourceProcessor} tests .
*/
public interface CustomDependencies {
/**
* Get what we dynamically depends on, for the "values" input.
*/
@Nonnull
Collection getDependencies();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy