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

com.enterprisemath.utils.engine.TaskServiceProvider Maven / Gradle / Ivy

Go to download

Collection of utility classes for large scale projects focusing on robust and testable code.

There is a newer version: 4.1.1
Show newest version
package com.enterprisemath.utils.engine;

/**
 * Definition of service provider for engine tasks.
 *
 * @author radek.hecl
 */
public interface TaskServiceProvider {

    /**
     * Returns the service.
     *
     * @param  service class type
     * @param name service name
     * @param clazz service class
     * @return service
     */
    public  T getService(String name, Class clazz);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy