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.Sezpoz

    Nested classes/interfaces inherited from interface hudson.ExtensionPoint

    hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> Collection<hudson.ExtensionComponent<T>>
    find(Class<T> type, hudson.model.Hudson hud)
    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.ExtensionComponentSet
    Required as part of ExtensionFinder
    void
     

    Methods inherited from class hudson.ExtensionFinder

    _find, findExtensions, isRefreshable, scout

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SmallSezpoz

      public SmallSezpoz()
  • Method Details

    • refresh

      public jenkins.ExtensionComponentSet refresh()
      Required as part of ExtensionFinder
      Specified by:
      refresh in class hudson.ExtensionFinder
    • find

      public <T> Collection<hudson.ExtensionComponent<T>> find(Class<T> type, hudson.model.Hudson hud)
      DO NOT EVER CALL (unless called after other find) This was required for overriding ExtensionFinder
      Specified by:
      find in class hudson.ExtensionFinder
    • find

      public <T> Collection<hudson.ExtensionComponent<T>> find(Class<T> type, ClassLoader cl)
    • scout

      public void scout(ClassLoader cl)