hudson.plugins.persona.xml
Class XmlPersonaFinder

java.lang.Object
  extended by hudson.ExtensionFinder
      extended by hudson.plugins.persona.xml.XmlPersonaFinder
All Implemented Interfaces:
hudson.ExtensionPoint

@Extension
public class XmlPersonaFinder
extends hudson.ExtensionFinder

Instantiates XmlBasedPersonas }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
XmlPersonaFinder()
           
 
Method Summary
<T> Collection<hudson.ExtensionComponent<T>>
find(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

XmlPersonaFinder

public XmlPersonaFinder()
Method Detail

find

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


Copyright © 2004-2011. All Rights Reserved.