Class RepoSerializer.Builder
java.lang.Object
org.pentaho.di.core.util.serialization.RepoSerializer.Builder
- Enclosing class:
- RepoSerializer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
repo
(Repository repo) void
stepId
(org.pentaho.di.repository.ObjectId idStep) stepMeta
(StepMetaInterface stepMetaInterface) transId
(org.pentaho.di.repository.ObjectId idTrans)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
repo
-
stepMeta
-
transId
-
stepId
-
serialize
public void serialize() throws org.pentaho.di.core.exception.KettleException- Throws:
org.pentaho.di.core.exception.KettleException
-
deserialize
public void deserialize() throws org.pentaho.di.core.exception.KettleException- Throws:
org.pentaho.di.core.exception.KettleException
-