Package org.apache.hop.core.plugins
Class TransformPluginType
- java.lang.Object
-
- org.apache.hop.core.plugins.BasePluginType<Transform>
-
- org.apache.hop.core.plugins.TransformPluginType
-
- All Implemented Interfaces:
IPluginType<Transform>
public class TransformPluginType extends BasePluginType<Transform>
This class represents the transform plugin type.
-
-
Field Summary
-
Fields inherited from class org.apache.hop.core.plugins.BasePluginType
classFromResourcesPackage, registry
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTransformPluginType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddExtraClasses(Map<Class<?>,String> classMap, Class<?> clazz, Transform annotation)protected StringextractCasesUrl(Transform annotation)protected StringextractCategory(Transform annotation)protected StringextractClassLoaderGroup(Transform annotation)protected StringextractDesc(Transform annotation)protected StringextractDocumentationUrl(Transform annotation)protected StringextractForumUrl(Transform annotation)protected StringextractID(Transform annotation)protected StringextractImageFile(Transform annotation)protected String[]extractKeywords(Transform annotation)protected StringextractName(Transform annotation)protected booleanextractSeparateClassLoader(Transform annotation)protected StringextractSuggestion(Transform annotation)static TransformPluginTypegetInstance()-
Methods inherited from class org.apache.hop.core.plugins.BasePluginType
addObjectType, createUrlClassLoader, findAnnotatedClassFiles, getAdditionalRuntimeObjectTypes, getAlternativeTranslation, getCodedTranslation, getExtraLibraryFolders, getFileInputStreamExternal, getId, getName, getPropertyExternal, getResAsStreamExternal, getTranslation, getTranslations, handlePluginAnnotation, registerClassPathPlugin, registerCustom, registerNatives, registerPluginJars, searchPlugins, setExtraLibraryFolders, setId, setName, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.hop.core.plugins.IPluginType
isFragment
-
-
-
-
Method Detail
-
getInstance
public static TransformPluginType getInstance()
-
extractCategory
protected String extractCategory(Transform annotation)
- Overrides:
extractCategoryin classBasePluginType<Transform>
-
extractDesc
protected String extractDesc(Transform annotation)
- Specified by:
extractDescin classBasePluginType<Transform>
-
extractID
protected String extractID(Transform annotation)
- Specified by:
extractIDin classBasePluginType<Transform>
-
extractName
protected String extractName(Transform annotation)
- Specified by:
extractNamein classBasePluginType<Transform>
-
extractImageFile
protected String extractImageFile(Transform annotation)
- Overrides:
extractImageFilein classBasePluginType<Transform>
-
extractSeparateClassLoader
protected boolean extractSeparateClassLoader(Transform annotation)
- Overrides:
extractSeparateClassLoaderin classBasePluginType<Transform>
-
addExtraClasses
protected void addExtraClasses(Map<Class<?>,String> classMap, Class<?> clazz, Transform annotation)
- Overrides:
addExtraClassesin classBasePluginType<Transform>
-
extractDocumentationUrl
protected String extractDocumentationUrl(Transform annotation)
- Overrides:
extractDocumentationUrlin classBasePluginType<Transform>
-
extractCasesUrl
protected String extractCasesUrl(Transform annotation)
- Overrides:
extractCasesUrlin classBasePluginType<Transform>
-
extractForumUrl
protected String extractForumUrl(Transform annotation)
- Overrides:
extractForumUrlin classBasePluginType<Transform>
-
extractClassLoaderGroup
protected String extractClassLoaderGroup(Transform annotation)
- Overrides:
extractClassLoaderGroupin classBasePluginType<Transform>
-
extractSuggestion
protected String extractSuggestion(Transform annotation)
- Overrides:
extractSuggestionin classBasePluginType<Transform>
-
extractKeywords
protected String[] extractKeywords(Transform annotation)
- Overrides:
extractKeywordsin classBasePluginType<Transform>
-
-