| Package | Description |
|---|---|
| org.ops4j.pax.exam.cm |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigurationProvisionOption
Implementation of the
ConfigurationOption interface used internally when construction
such options |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationOption |
ConfigurationProvisionOption.create(boolean _create)
Specify if the configuration should be created if it does not yet exits
|
ConfigurationOption |
ConfigurationOption.create(boolean create)
Specify if the configuration should be created if it does not yet exits
|
ConfigurationOption |
ConfigurationProvisionOption.factory(boolean _factory)
Specify if the target of the properties are a factory configuration
|
ConfigurationOption |
ConfigurationOption.factory(boolean factory)
Specify if the target of the properties are a factory configuration
|
static ConfigurationOption |
ConfigurationAdminOptions.factoryConfiguration(String pid)
Creates a factory, empty configuration for the given PID
|
static ConfigurationOption |
ConfigurationAdminOptions.newConfiguration(String pid)
Creates a basic, empty configuration for the given PID
|
ConfigurationOption |
ConfigurationProvisionOption.override(boolean _override)
Specify if the properties of an existing configuration should be overriden/extended by the
ones given here, this does not work with factories!
|
ConfigurationOption |
ConfigurationOption.override(boolean override)
Specify if the properties of an existing configuration should be overriden/extended by the
ones given here, this does not work with factories!
|
static ConfigurationOption |
ConfigurationAdminOptions.overrideConfiguration(String pid)
Creates an overriding, empty configuration for the given PID
|
ConfigurationOption |
ConfigurationProvisionOption.put(String key,
Object value)
Add the key/value pair to the overriden options
|
ConfigurationOption |
ConfigurationOption.put(String key,
Object value)
Add the key/value pair to the overriden options.
|
ConfigurationOption |
ConfigurationProvisionOption.putAll(Map<String,?> _properties) |
ConfigurationOption |
ConfigurationOption.putAll(Map<String,?> properties)
Puts all properties from the given map to this configuration object, see
put(String, Object) for more details |
Copyright © 2006–2017 OPS4J - Open Participation Software for Java. All rights reserved.