Package org.apache.hop.pipeline
Class CheckTransformsExtension
- java.lang.Object
-
- org.apache.hop.pipeline.CheckTransformsExtension
-
public class CheckTransformsExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description CheckTransformsExtension(List<ICheckResult> remarks, IVariables variables, PipelineMeta pipelineMeta, TransformMeta[] transformMetas, IHopMetadataProvider metadataProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IHopMetadataProvidergetMetadataProvider()PipelineMetagetPipelineMeta()List<ICheckResult>getRemarks()TransformMeta[]getTransformMetas()IVariablesgetVariableSpace()
-
-
-
Constructor Detail
-
CheckTransformsExtension
public CheckTransformsExtension(List<ICheckResult> remarks, IVariables variables, PipelineMeta pipelineMeta, TransformMeta[] transformMetas, IHopMetadataProvider metadataProvider)
-
-
Method Detail
-
getRemarks
public List<ICheckResult> getRemarks()
-
getVariableSpace
public IVariables getVariableSpace()
-
getPipelineMeta
public PipelineMeta getPipelineMeta()
-
getTransformMetas
public TransformMeta[] getTransformMetas()
-
getMetadataProvider
public IHopMetadataProvider getMetadataProvider()
-
-