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

org.conductor.bootstrap.IComponentGroupBootstrap Maven / Gradle / Ivy

package org.conductor.bootstrap;

import java.util.Map;

import org.conductor.component.types.IComponent;
import org.conductor.database.Database;

public interface IComponentGroupBootstrap {
	public Map start(Database database, Map componentGroupOptions, Map> componentsOptions) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy