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 PluginInfo
findPluginInfoByClass(Class<?> clazz)
This method is designed to findPluginInfo
object for class.
-
-
-
Method Detail
-
findPluginInfoByClass
public PluginInfo findPluginInfoByClass(@NotNull Class<?> clazz)
Description copied from interface:PluginInfoByClassProvider
This method is designed to findPluginInfo
object for class.- Specified by:
findPluginInfoByClass
in interfacePluginInfoByClassProvider
- Parameters:
clazz
- class to search in classloader- Returns:
PluginInfo
for pluing iff it's class was loaded by that classloader or null otherwise
-
-