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

com.daedafusion.sf.loader.Loader Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
package com.daedafusion.sf.loader;

import com.daedafusion.sf.ServiceFrameworkException;
import com.daedafusion.sf.config.LoaderDescription;

/**
 * Created by mphilpot on 7/2/14.
 */
public interface Loader
{
    void setLoaderDescription(LoaderDescription description);

    void init() throws ServiceFrameworkException;

    Object load(String name) throws ServiceFrameworkException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy