Uses of Class
org.apache.hop.core.annotations.Transform
-
Packages that use Transform Package Description org.apache.hop.core.plugins org.apache.hop.pipeline.transforms.dummy org.apache.hop.pipeline.transforms.injector -
-
Uses of Transform in org.apache.hop.core.plugins
Methods in org.apache.hop.core.plugins with parameters of type Transform Modifier and Type Method Description protected voidTransformPluginType. addExtraClasses(Map<Class<?>,String> classMap, Class<?> clazz, Transform annotation)protected StringTransformPluginType. extractCasesUrl(Transform annotation)protected StringTransformPluginType. extractCategory(Transform annotation)protected StringTransformPluginType. extractClassLoaderGroup(Transform annotation)protected StringTransformPluginType. extractDesc(Transform annotation)protected StringTransformPluginType. extractDocumentationUrl(Transform annotation)protected StringTransformPluginType. extractForumUrl(Transform annotation)protected StringTransformPluginType. extractID(Transform annotation)protected StringTransformPluginType. extractImageFile(Transform annotation)protected String[]TransformPluginType. extractKeywords(Transform annotation)protected StringTransformPluginType. extractName(Transform annotation)protected booleanTransformPluginType. extractSeparateClassLoader(Transform annotation)protected StringTransformPluginType. extractSuggestion(Transform annotation) -
Uses of Transform in org.apache.hop.pipeline.transforms.dummy
Classes in org.apache.hop.pipeline.transforms.dummy with annotations of type Transform Modifier and Type Class Description classDummyMeta -
Uses of Transform in org.apache.hop.pipeline.transforms.injector
Classes in org.apache.hop.pipeline.transforms.injector with annotations of type Transform Modifier and Type Class Description classInjectorMetaMetadata class to allow a java program to inject rows of data into a pipeline.
-