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

eu.unicore.services.registry.LocalRegistryHomeImpl Maven / Gradle / Ivy

There is a newer version: 5.2.0-2
Show newest version
package eu.unicore.services.registry;

import eu.unicore.services.Resource;
import eu.unicore.services.impl.DefaultHome;

public class LocalRegistryHomeImpl extends DefaultHome {

	@Override
	protected Resource doCreateInstance() {
		return new LocalRegistryImpl();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy