Package | Description |
---|---|
org.apache.tamaya.event |
This package provides artifacts to distribute property changes, so instances can observe the changes.
|
Modifier and Type | Method and Description |
---|---|
PropertyChangeSetBuilder |
PropertyChangeSetBuilder.add(String... keys)
Marks the given key(s) as added.
|
PropertyChangeSetBuilder |
PropertyChangeSetBuilder.addChanges(Map<String,String> map1,
Map<String,String> map2)
Compares the two property maps and adds the corresponding updated/aded/removed keys to the builder.
|
static PropertyChangeSetBuilder |
PropertyChangeSetBuilder.of(PropertySource source)
Creates a new instance current this builder.
|
PropertyChangeSetBuilder |
PropertyChangeSetBuilder.remove(String... keys)
Marks the given key(s) as removed.
|
PropertyChangeSetBuilder |
PropertyChangeSetBuilder.update(String... keys)
Marks the given key(s) as updaed.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.