Package org.apache.hop.execution.plugin
Class ExecutionInfoLocationPluginType
- java.lang.Object
-
- org.apache.hop.core.plugins.BasePluginType<ExecutionInfoLocationPlugin>
-
- org.apache.hop.execution.plugin.ExecutionInfoLocationPluginType
-
- All Implemented Interfaces:
IPluginType<ExecutionInfoLocationPlugin>
public class ExecutionInfoLocationPluginType extends BasePluginType<ExecutionInfoLocationPlugin>
-
-
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(ExecutionInfoLocationPlugin annotation)protected StringextractID(ExecutionInfoLocationPlugin annotation)protected StringextractName(ExecutionInfoLocationPlugin annotation)static ExecutionInfoLocationPluginTypegetInstance()-
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 ExecutionInfoLocationPluginType getInstance()
-
extractDesc
protected String extractDesc(ExecutionInfoLocationPlugin annotation)
- Specified by:
extractDescin classBasePluginType<ExecutionInfoLocationPlugin>
-
extractID
protected String extractID(ExecutionInfoLocationPlugin annotation)
- Specified by:
extractIDin classBasePluginType<ExecutionInfoLocationPlugin>
-
extractName
protected String extractName(ExecutionInfoLocationPlugin annotation)
- Specified by:
extractNamein classBasePluginType<ExecutionInfoLocationPlugin>
-
-