AriadnePlus/dnet-ariadneplus/src/test/java/eu/dnetlib/AriadnePlusRRTest.java

25 lines
627 B
Java

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 ariadneplus-registry.
*
*/
public class AriadnePlusRRTest {
private String registryHost;
public void pippo(){
//ResourceRegistryPublisher rrp = ResourceRegistryPublisherFactory.create();
}
}