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

com.blossomproject.generator.resources.ResourceGenerator Maven / Gradle / Ivy

package com.blossomproject.generator.resources;

import com.blossomproject.generator.configuration.model.Settings;
import java.util.Map;

public interface ResourceGenerator {

  void prepare(Settings settings);

  void generate(Settings settings, Map params);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy