Class XMLCatalogHandler
- java.lang.Object
-
- org.gcube.data.transfer.plugins.thredds.XMLCatalogHandler
-
public class XMLCatalogHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description XMLCatalogHandler(File catalog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()org.gcube.data.transfer.model.plugins.thredds.ThreddsCataloggetCatalogDescriptor()Parses the current catalog file and linked ones in order to gather information on declared datasetsvoidregisterCatalog(File toRegisterCatalogFile, String toRegisterReference)
-
-
-
Constructor Detail
-
XMLCatalogHandler
public XMLCatalogHandler(File catalog) throws SAXException, IOException
- Throws:
SAXExceptionIOException
-
-
Method Detail
-
registerCatalog
public void registerCatalog(File toRegisterCatalogFile, String toRegisterReference) throws SAXException, IOException
- Throws:
SAXExceptionIOException
-
close
public void close() throws IOException, TransformerException- Throws:
IOExceptionTransformerException
-
getCatalogDescriptor
public org.gcube.data.transfer.model.plugins.thredds.ThreddsCatalog getCatalogDescriptor()
Parses the current catalog file and linked ones in order to gather information on declared datasets- Returns:
-
-