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(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 are 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 © 2015 Atlassian. All rights reserved.