org.jvnet.hudson.test
Class TestExtensionLoader

java.lang.Object
  extended by hudson.ExtensionFinder
      extended by hudson.ExtensionFinder.AbstractGuiceFinder<TestExtension>
          extended by org.jvnet.hudson.test.TestExtensionLoader
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class TestExtensionLoader
extends hudson.ExtensionFinder.AbstractGuiceFinder<TestExtension>

Loads TestExtensions.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.ExtensionFinder
hudson.ExtensionFinder.AbstractGuiceFinder<T extends Annotation>, hudson.ExtensionFinder.GuiceFinder, hudson.ExtensionFinder.Sezpoz
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.ExtensionFinder.AbstractGuiceFinder
FAULT_TOLERANT_SCOPE
 
Constructor Summary
TestExtensionLoader()
           
 
Method Summary
protected  double getOrdinal(TestExtension annotation)
           
protected  boolean isActive(AnnotatedElement e)
           
protected  boolean isOptional(TestExtension annotation)
           
 
Methods inherited from class hudson.ExtensionFinder.AbstractGuiceFinder
find, getContainer, refresh, scout
 
Methods inherited from class hudson.ExtensionFinder
_find, findExtensions, isRefreshable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestExtensionLoader

public TestExtensionLoader()
Method Detail

isOptional

protected boolean isOptional(TestExtension annotation)
Specified by:
isOptional in class hudson.ExtensionFinder.AbstractGuiceFinder<TestExtension>

getOrdinal

protected double getOrdinal(TestExtension annotation)
Specified by:
getOrdinal in class hudson.ExtensionFinder.AbstractGuiceFinder<TestExtension>

isActive

protected boolean isActive(AnnotatedElement e)
Overrides:
isActive in class hudson.ExtensionFinder.AbstractGuiceFinder<TestExtension>


Copyright © 2004-2012. All Rights Reserved.