org.jvnet.hudson.test
Class TestExtensionLoader

java.lang.Object
  extended by hudson.ExtensionFinder.GuiceExtensionAnnotation<TestExtension>
      extended by org.jvnet.hudson.test.TestExtensionLoader

@Extension
public class TestExtensionLoader
extends ExtensionFinder.GuiceExtensionAnnotation<TestExtension>

Loads TestExtensions.

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from class hudson.ExtensionFinder.GuiceExtensionAnnotation
annotationType
 
Constructor Summary
TestExtensionLoader()
           
 
Method Summary
protected  double getOrdinal(TestExtension annotation)
           
protected  boolean isActive(AnnotatedElement e)
          Hook to enable subtypes to control which ones to pick up and which ones to ignore.
protected  boolean isOptional(TestExtension annotation)
           
 
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 ExtensionFinder.GuiceExtensionAnnotation<TestExtension>

getOrdinal

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

isActive

protected boolean isActive(AnnotatedElement e)
Description copied from class: ExtensionFinder.GuiceExtensionAnnotation
Hook to enable subtypes to control which ones to pick up and which ones to ignore.

Specified by:
isActive in class ExtensionFinder.GuiceExtensionAnnotation<TestExtension>


Copyright © 2004-2013. All Rights Reserved.