Class HopPerspectivePluginType
- java.lang.Object
-
- org.apache.hop.core.plugins.BasePluginType<HopPerspectivePlugin>
-
- org.apache.hop.ui.hopgui.perspective.HopPerspectivePluginType
-
- All Implemented Interfaces:
IPluginType<HopPerspectivePlugin>
public class HopPerspectivePluginType extends BasePluginType<HopPerspectivePlugin>
-
-
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 StringextractCategory(HopPerspectivePlugin annotation)protected StringextractDesc(HopPerspectivePlugin annotation)protected StringextractID(HopPerspectivePlugin annotation)protected StringextractImageFile(HopPerspectivePlugin annotation)protected StringextractName(HopPerspectivePlugin annotation)static HopPerspectivePluginTypegetInstance()-
Methods inherited from class org.apache.hop.core.plugins.BasePluginType
addExtraClasses, addObjectType, createUrlClassLoader, extractCasesUrl, 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 HopPerspectivePluginType getInstance()
-
extractDesc
protected String extractDesc(HopPerspectivePlugin annotation)
- Specified by:
extractDescin classBasePluginType<HopPerspectivePlugin>
-
extractID
protected String extractID(HopPerspectivePlugin annotation)
- Specified by:
extractIDin classBasePluginType<HopPerspectivePlugin>
-
extractName
protected String extractName(HopPerspectivePlugin annotation)
- Specified by:
extractNamein classBasePluginType<HopPerspectivePlugin>
-
extractImageFile
protected String extractImageFile(HopPerspectivePlugin annotation)
- Overrides:
extractImageFilein classBasePluginType<HopPerspectivePlugin>
-
extractCategory
protected String extractCategory(HopPerspectivePlugin annotation)
- Overrides:
extractCategoryin classBasePluginType<HopPerspectivePlugin>
-
-