com.atlassian.plugin.osgi.hostcomponents
Interface PropertyBuilder


public interface PropertyBuilder

Ties properties to the host component registration


Method Summary
 PropertyBuilder withName(java.lang.String name)
          Sets the bean name of the host component
 PropertyBuilder withProperty(java.lang.String name, java.lang.String value)
          Sets an arbitrary property to register with the host component
 

Method Detail

withName

PropertyBuilder withName(java.lang.String name)
Sets the bean name of the host component

Parameters:
name - The name
Returns:
The property builder

withProperty

PropertyBuilder withProperty(java.lang.String name,
                             java.lang.String value)
Sets an arbitrary property to register with the host component

Parameters:
name - The property name
value - The property value
Returns:
The property builder


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.