Uses of Class
org.apache.hop.base.AbstractMeta
-
Packages that use AbstractMeta Package Description org.apache.hop.base org.apache.hop.pipeline org.apache.hop.workflow -
-
Uses of AbstractMeta in org.apache.hop.base
Methods in org.apache.hop.base with parameters of type AbstractMeta Modifier and Type Method Description protected intAbstractMeta. compare(AbstractMeta meta1, AbstractMeta meta2) -
Uses of AbstractMeta in org.apache.hop.pipeline
Subclasses of AbstractMeta in org.apache.hop.pipeline 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 AbstractMeta in org.apache.hop.workflow
Subclasses of AbstractMeta in org.apache.hop.workflow Modifier and Type Class Description classWorkflowMetaThe definition of a Hop workflow is represented by a WorkflowMeta object.
-