Uses of Interface
org.apache.hop.core.IEngineMeta
-
Packages that use IEngineMeta Package Description org.apache.hop.base org.apache.hop.pipeline org.apache.hop.workflow -
-
Uses of IEngineMeta in org.apache.hop.base
Classes in org.apache.hop.base that implement IEngineMeta Modifier and Type Class Description classAbstractMeta -
Uses of IEngineMeta in org.apache.hop.pipeline
Classes in org.apache.hop.pipeline that implement IEngineMeta Modifier and Type Class Description classPipelineMetaThis class defines information about a pipeline and offers methods to save and load it from XML as well as methods to alter a pipeline by adding/removing databases, transforms, hops, etc. -
Uses of IEngineMeta in org.apache.hop.workflow
Classes in org.apache.hop.workflow that implement IEngineMeta Modifier and Type Class Description classWorkflowMetaThe definition of a Hop workflow is represented by a WorkflowMeta object.
-