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

net.anotheria.anosite.content.servlet.ASBlueprintProducerFactory Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package net.anotheria.anosite.content.servlet;

import net.anotheria.anosite.util.AnositeConstants;
import net.anotheria.moskito.core.blueprint.BlueprintProducer;
import net.anotheria.moskito.core.blueprint.BlueprintProducersFactory;

public class ASBlueprintProducerFactory {
	public static BlueprintProducer getBlueprintProducer(String producerId){
		return BlueprintProducersFactory.getBlueprintProducer(producerId, "default", AnositeConstants.AS_MOSKITO_SUBSYSTEM);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy