hudson.plugins.persona.simple
Class SimplePersonaFinder

java.lang.Object
  extended by hudson.ExtensionFinder
      extended by hudson.plugins.persona.simple.SimplePersonaFinder
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class SimplePersonaFinder
extends hudson.ExtensionFinder

Instantiates simple persona by looking at a known location in plugins.

Author:
Kohsuke Kawaguchi

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.ExtensionFinder
hudson.ExtensionFinder.Sezpoz
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
SimplePersonaFinder()
           
 
Method Summary
<T> java.util.Collection<hudson.ExtensionComponent<T>>
find(java.lang.Class<T> type, hudson.model.Hudson hudson)
           
 
Methods inherited from class hudson.ExtensionFinder
_find, findExtensions, scout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePersonaFinder

public SimplePersonaFinder()
Method Detail

find

public <T> java.util.Collection<hudson.ExtensionComponent<T>> find(java.lang.Class<T> type,
                                                                   hudson.model.Hudson hudson)
Specified by:
find in class hudson.ExtensionFinder


Copyright © 2010. All Rights Reserved.