Package org.jenkinsci.infra.tools
Class HyperLocalPluginManager.SmallSezpoz
java.lang.Object
hudson.ExtensionFinder
org.jenkinsci.infra.tools.HyperLocalPluginManager.SmallSezpoz
- All Implemented Interfaces:
hudson.ExtensionPoint
- Enclosing class:
- HyperLocalPluginManager
public static final class HyperLocalPluginManager.SmallSezpoz
extends hudson.ExtensionFinder
This is pretty much a copy of the final ExtensionFinder.Sezpoz class from
1.651 fitted
for a custom ClassLoader rather than checking Jenkins
The only differences are:
* getIndices -> ClassLoader parameter; doesn't check Jenkins
* find -> ClassLoader parameter
* scout -> ClassLoader parameter
IMPORTANT: don't use find(Class<T> type, Hudson hud) as the getIndices
method will error.
-
Nested Class Summary
Nested classes/interfaces inherited from class hudson.ExtensionFinder
hudson.ExtensionFinder.DefaultGuiceExtensionAnnotation, hudson.ExtensionFinder.GuiceExtensionAnnotation<T extends Annotation>, hudson.ExtensionFinder.GuiceFinder, hudson.ExtensionFinder.SezpozNested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Collection<hudson.ExtensionComponent<T>>DO NOT EVER CALL (unless called after other find) This was required for overriding ExtensionFinder<T> Collection<hudson.ExtensionComponent<T>>find(Class<T> type, ClassLoader cl) jenkins.ExtensionComponentSetrefresh()Required as part of ExtensionFindervoidscout(ClassLoader cl) Methods inherited from class hudson.ExtensionFinder
_find, findExtensions, isRefreshable, scout
-
Constructor Details
-
SmallSezpoz
public SmallSezpoz()
-
-
Method Details
-
refresh
public jenkins.ExtensionComponentSet refresh()Required as part of ExtensionFinder- Specified by:
refreshin classhudson.ExtensionFinder
-
find
DO NOT EVER CALL (unless called after other find) This was required for overriding ExtensionFinder- Specified by:
findin classhudson.ExtensionFinder
-
find
-
scout
-