Package org.fairdatapipeline.api
Class Data_product_read
- java.lang.Object
-
- org.fairdatapipeline.api.Data_product
-
- org.fairdatapipeline.api.Data_product_read
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class Data_product_read extends Data_product
Data_product_read is created by Coderun:Coderun.get_dp_for_read(String)
Upon
Coderun.close()
it will register its components in the coderun.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object_component_read
getComponent()
Obtain an Object_component (whole_object) for reading.Object_component_read
getComponent(java.lang.String component_name)
Obtain an Object_component for reading.protected java.nio.file.Path
getFilePath()
-
Methods inherited from class org.fairdatapipeline.api.Data_product
close
-
-
-
-
Method Detail
-
getFilePath
protected java.nio.file.Path getFilePath()
-
getComponent
public Object_component_read getComponent(java.lang.String component_name)
Obtain an Object_component for reading.- Parameters:
component_name
- the name of the object component to read.- Returns:
- the Object_component class
-
getComponent
public Object_component_read getComponent()
Obtain an Object_component (whole_object) for reading.- Returns:
- the Object_component class
-
-