com.atlassian.plugin.osgi.hostcomponents
Interface InstanceBuilder


public interface InstanceBuilder

Ties a host component registration with a host component instance


Method Summary
 PropertyBuilder forInstance(Object instance)
          Declares the host component instance for the registration.
 

Method Detail

forInstance

PropertyBuilder forInstance(Object instance)
Declares the host component instance for the registration.

Parameters:
instance - The object to tie to the registration
Returns:
The property builder for assigning properties to the registration


Copyright © 2011 Atlassian. All Rights Reserved.