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 hudson.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)
           
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 hudson.ExtensionFinder.GuiceExtensionAnnotation<TestExtension>

getOrdinal

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

isActive

protected boolean isActive(AnnotatedElement e)
Specified by:
isActive in class hudson.ExtensionFinder.GuiceExtensionAnnotation<TestExtension>


Copyright © 2004-2014. All Rights Reserved.