| Package | Description |
|---|---|
| com.atlassian.plugin.osgi.hostcomponents |
This package provides a way for host applications to register their host components.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyBuilder |
InstanceBuilder.forInstance(Object instance)
Declares the host component instance for the registration.
|
PropertyBuilder |
PropertyBuilder.withContextClassLoaderStrategy(ContextClassLoaderStrategy strategy)
Sets the strategy to use for context classloader management
|
PropertyBuilder |
PropertyBuilder.withName(String name)
Sets the bean name of the host component
|
PropertyBuilder |
PropertyBuilder.withProperty(String name,
String value)
Sets an arbitrary property to register with the host component
|
PropertyBuilder |
PropertyBuilder.withTrackBundleEnabled(boolean enabled)
Sets whether bundle tracking is enabled
|
Copyright © 2018 Atlassian. All rights reserved.