Package org.apache.hop.ui.hopgui.file
Class HopFileTypePluginType
- java.lang.Object
-
- org.apache.hop.core.plugins.BasePluginType<HopFileTypePlugin>
-
- org.apache.hop.ui.hopgui.file.HopFileTypePluginType
-
- All Implemented Interfaces:
IPluginType<HopFileTypePlugin>
public class HopFileTypePluginType extends BasePluginType<HopFileTypePlugin>
-
-
Field Summary
-
Fields inherited from class org.apache.hop.core.plugins.BasePluginType
classFromResourcesPackage, registry
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringextractDesc(HopFileTypePlugin annotation)protected StringextractID(HopFileTypePlugin annotation)protected StringextractImageFile(HopFileTypePlugin annotation)protected StringextractName(HopFileTypePlugin annotation)static HopFileTypePluginTypegetInstance()-
Methods inherited from class org.apache.hop.core.plugins.BasePluginType
addExtraClasses, addObjectType, createUrlClassLoader, extractCasesUrl, extractCategory, extractClassLoaderGroup, extractDocumentationUrl, extractForumUrl, 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 HopFileTypePluginType getInstance()
-
extractDesc
protected String extractDesc(HopFileTypePlugin annotation)
- Specified by:
extractDescin classBasePluginType<HopFileTypePlugin>
-
extractID
protected String extractID(HopFileTypePlugin annotation)
- Specified by:
extractIDin classBasePluginType<HopFileTypePlugin>
-
extractName
protected String extractName(HopFileTypePlugin annotation)
- Specified by:
extractNamein classBasePluginType<HopFileTypePlugin>
-
extractImageFile
protected String extractImageFile(HopFileTypePlugin annotation)
- Overrides:
extractImageFilein classBasePluginType<HopFileTypePlugin>
-
-