Uses of Class
com.atlassian.plugin.osgi.hostcomponents.ContextClassLoaderStrategy

Packages that use ContextClassLoaderStrategy
com.atlassian.plugin.osgi.hostcomponents This package provides a way for host applications to register their host components. 
 

Uses of ContextClassLoaderStrategy in com.atlassian.plugin.osgi.hostcomponents
 

Methods in com.atlassian.plugin.osgi.hostcomponents that return ContextClassLoaderStrategy
static ContextClassLoaderStrategy ContextClassLoaderStrategy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ContextClassLoaderStrategy[] ContextClassLoaderStrategy.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.atlassian.plugin.osgi.hostcomponents with parameters of type ContextClassLoaderStrategy
 PropertyBuilder PropertyBuilder.withContextClassLoaderStrategy(ContextClassLoaderStrategy strategy)
          Sets the strategy to use for context classloader management
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.