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

org.metricssampler.service.GlobalObjectFactory Maven / Gradle / Ivy

The newest version!
package org.metricssampler.service;

import org.metricssampler.resources.SharedResource;

/**
 * A factory with access to all extensions
 */
public interface GlobalObjectFactory extends ObjectFactory {
	SharedResource getSharedResource(String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy