Uses of Class
com.atlassian.plugin.osgi.loader.AutowireStrategy

Packages that use AutowireStrategy
com.atlassian.plugin.osgi.loader Plugin loader classes to support OSGi-based plugins 
 

Uses of AutowireStrategy in com.atlassian.plugin.osgi.loader
 

Methods in com.atlassian.plugin.osgi.loader that return AutowireStrategy
static AutowireStrategy AutowireStrategy.fromIndex(int index)
           
static AutowireStrategy AutowireStrategy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AutowireStrategy[] AutowireStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.plugin.osgi.loader with parameters of type AutowireStrategy
<T> T
OsgiPlugin.autowire(java.lang.Class<T> clazz, AutowireStrategy autowireStrategy)
           
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.