package eu.dnetlib;

/**
 * Created by alessia on 23/03/17.
 *
 * See tests in https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-publisher/
 * for usage example
 * See https://wiki.gcube-system.org/gcube/Information_System_Resource_Registry#ER_Management
 * for a description of the API.
 *
 * Before using the Java API we must define the classes implementing interfaces in parthenos-registry.
 *
 */
public class ParthenosRRTest {

	private String registryHost;

	public void pippo(){

		//ResourceRegistryPublisher rrp  = ResourceRegistryPublisherFactory.create();


	}
}
