Class GCat
- java.lang.Object
-
- org.gcube.data.publishing.ckan2zenodo.clients.GCat
-
public class GCat extends Object
-
-
Constructor Summary
Constructors Constructor Description GCat()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcheck()static CkanItemDescriptorgetByID(String itemName)static voidupdateItem(CkanItemDescriptor toUpdate)
-
-
-
Method Detail
-
getByID
public static CkanItemDescriptor getByID(String itemName) throws MalformedURLException, GcatException
- Throws:
MalformedURLExceptionGcatException
-
updateItem
public static void updateItem(CkanItemDescriptor toUpdate) throws MalformedURLException
- Throws:
MalformedURLException
-
check
public static void check() throws MalformedURLException- Throws:
MalformedURLException
-
-