Package org.apache.hop.imp
Class ImportPluginType
- java.lang.Object
-
- org.apache.hop.core.plugins.BasePluginType<ImportPlugin>
-
- org.apache.hop.imp.ImportPluginType
-
- All Implemented Interfaces:
IPluginType<ImportPlugin>
public class ImportPluginType extends BasePluginType<ImportPlugin>
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 protectedImportPluginType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringextractDesc(ImportPlugin annotation)protected StringextractDocumentationUrl(ImportPlugin annotation)protected StringextractID(ImportPlugin annotation)protected StringextractName(ImportPlugin annotation)static ImportPluginTypegetInstance()-
Methods inherited from class org.apache.hop.core.plugins.BasePluginType
addExtraClasses, addObjectType, createUrlClassLoader, extractCasesUrl, extractCategory, extractClassLoaderGroup, extractForumUrl, extractImageFile, extractKeywords, extractSeparateClassLoader, extractSuggestion, 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 ImportPluginType getInstance()
-
extractID
protected String extractID(ImportPlugin annotation)
- Specified by:
extractIDin classBasePluginType<ImportPlugin>
-
extractName
protected String extractName(ImportPlugin annotation)
- Specified by:
extractNamein classBasePluginType<ImportPlugin>
-
extractDesc
protected String extractDesc(ImportPlugin annotation)
- Specified by:
extractDescin classBasePluginType<ImportPlugin>
-
extractDocumentationUrl
protected String extractDocumentationUrl(ImportPlugin annotation)
- Overrides:
extractDocumentationUrlin classBasePluginType<ImportPlugin>
-
-