Package org.fairdatapipeline.api
Class Data_product_write
- java.lang.Object
-
- org.fairdatapipeline.api.Data_product
-
- org.fairdatapipeline.api.Data_product_write
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class Data_product_write extends Data_product
Data_product_write is created by Coderun:Coderun.get_dp_for_write(String, String)
Upon
Coderun.close()
it will register itself and its components in the registry, and then register its components in the coderun.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object_component_write
getComponent()
Obtain an Object_component (whole_object) for writing.Object_component_write
getComponent(java.lang.String component_name)
Obtain an Object_component for writing.-
Methods inherited from class org.fairdatapipeline.api.Data_product
close
-
-
-
-
Method Detail
-
getComponent
public Object_component_write getComponent(java.lang.String component_name)
Obtain an Object_component for writing.- Parameters:
component_name
- the name of the object component.- Returns:
- the Object_component_write object.
-
getComponent
public Object_component_write getComponent()
Obtain an Object_component (whole_object) for writing.- Returns:
- the Object_component class
-
-