Package org.fairdatapipeline.api
Class Data_product
java.lang.Object
org.fairdatapipeline.api.Data_product
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
Data_product_read,Data_product_write
Data product is created:
Coderun.get_dp_for_write(String, String) or Coderun.get_dp_for_read(String)
Upon Coderun.close() it will try to register itself and its components in the
registry, and then register itself in the coderun.
-
Method Summary
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-