Package net.sf.okapi.common.pipeline
Interface IPipelineWriter
-
public interface IPipelineWriterFacade to save a pipeline into a storage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(IPipeline pipeline)Writes the steps of the pipeline and the parameters of each step of a given pipeline into the implementation-specific storage.
-
-
-
Method Detail
-
write
void write(IPipeline pipeline)
Writes the steps of the pipeline and the parameters of each step of a given pipeline into the implementation-specific storage.- Parameters:
pipeline- the pipeline to write.
-
-