Package org.apache.hop.execution.sampler
Class ExecutionDataSamplerPluginType
- java.lang.Object
-
- org.apache.hop.core.plugins.BasePluginType<ExecutionDataSamplerPlugin>
-
- org.apache.hop.execution.sampler.ExecutionDataSamplerPluginType
-
- All Implemented Interfaces:
IPluginType<ExecutionDataSamplerPlugin>
public class ExecutionDataSamplerPluginType extends BasePluginType<ExecutionDataSamplerPlugin>
-
-
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(ExecutionDataSamplerPlugin annotation)protected StringextractID(ExecutionDataSamplerPlugin annotation)protected StringextractName(ExecutionDataSamplerPlugin annotation)static ExecutionDataSamplerPluginTypegetInstance()-
Methods inherited from class org.apache.hop.core.plugins.BasePluginType
addExtraClasses, addObjectType, createUrlClassLoader, extractCasesUrl, extractCategory, extractClassLoaderGroup, extractDocumentationUrl, 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 ExecutionDataSamplerPluginType getInstance()
-
extractDesc
protected String extractDesc(ExecutionDataSamplerPlugin annotation)
- Specified by:
extractDescin classBasePluginType<ExecutionDataSamplerPlugin>
-
extractID
protected String extractID(ExecutionDataSamplerPlugin annotation)
- Specified by:
extractIDin classBasePluginType<ExecutionDataSamplerPlugin>
-
extractName
protected String extractName(ExecutionDataSamplerPlugin annotation)
- Specified by:
extractNamein classBasePluginType<ExecutionDataSamplerPlugin>
-
-