org.hudsonci.inject.internal.plugin
Class PluginWrapperFactory

java.lang.Object
  extended by org.hudsonci.inject.internal.plugin.PluginWrapperFactory

@Named
@Singleton
public class PluginWrapperFactory
extends Object

Provides PluginWrapper creation facilities.

Since:
1.397
Author:
Jason Dillon

Constructor Summary
PluginWrapperFactory(PluginManager plugins)
           
 
Method Summary
 PluginWrapper create(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginWrapperFactory

@Inject
public PluginWrapperFactory(PluginManager plugins)
Method Detail

create

public PluginWrapper create(File file)
                     throws Exception
Throws:
Exception


Copyright © 2004-2011 Hudson. All Rights Reserved.