Class PluginInfoSearcherImpl
- java.lang.Object
-
- jetbrains.buildServer.plugins.classLoaders.PluginInfoSearcherImpl
-
- All Implemented Interfaces:
PluginInfoByClassProvider,PluginInfoSearcher
public class PluginInfoSearcherImpl extends Object implements PluginInfoSearcher
- Author:
- Eugene Petrenko Created: 19.02.2009 14:18:43
-
-
Constructor Summary
Constructors Constructor Description PluginInfoSearcherImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginInfofindPluginInfoByClass(Class<?> clazz)This method is designed to findPluginInfoobject for class.
-
-
-
Method Detail
-
findPluginInfoByClass
public PluginInfo findPluginInfoByClass(@NotNull Class<?> clazz)
Description copied from interface:PluginInfoByClassProviderThis method is designed to findPluginInfoobject for class.- Specified by:
findPluginInfoByClassin interfacePluginInfoByClassProvider- Parameters:
clazz- class to search in classloader- Returns:
PluginInfofor pluing iff it's class was loaded by that classloader or null otherwise
-
-