public interface ConfigurationBuilder
Modifier and Type | Method and Description |
---|---|
DeclarationHandle |
build()
Build the declaration handle (contains the instance configuration).
|
ConfigurationBuilder |
clear()
Remove all properties from the configuration.
|
ConfigurationBuilder |
property(java.lang.String name,
java.lang.Object value)
Provide a property value.
|
ConfigurationBuilder |
remove(java.lang.String name)
Remove a property from the configuration.
|
ConfigurationBuilder property(java.lang.String name, java.lang.Object value)
name
- property namevalue
- property valueConfigurationBuilder remove(java.lang.String name)
name
- property nameConfigurationBuilder clear()
DeclarationHandle build()
DeclarationHandle.publish()
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.