Skip navigation links
A B C D E F G H I L N O P Q R S T V W 

A

addChange(String, String) - Method in class org.apache.tamaya.events.delta.ConfigurationChangeBuilder
Applies a single key/value change.
addChanges(Configuration) - Method in class org.apache.tamaya.events.delta.ConfigurationChangeBuilder
This method records all changes to be applied to the base property provider/configuration to achieve the given target state.
addChanges(PropertySource) - Method in class org.apache.tamaya.events.delta.PropertySourceChangeBuilder
This method records all changes to be applied to the base property provider/configuration to achieve the given target state.
addListener(ConfigEventListener<T>) - Static method in class org.apache.tamaya.events.ConfigEvent
Add a listener for observing change events on Configuration.
addListener(ConfigEventListener<T>) - Method in class org.apache.tamaya.events.internal.DefaultConfigEventSpi
 
addListener(ConfigEventListener<T>) - Method in interface org.apache.tamaya.events.spi.ConfigEventSpi
Add a listener for observing events.

B

build() - Method in class org.apache.tamaya.events.delta.ConfigurationChangeBuilder
Builds the corresponding change set.
build() - Method in class org.apache.tamaya.events.delta.ConfigurationContextChangeBuilder
Builds the corresponding change set.
build() - Method in class org.apache.tamaya.events.delta.PropertySourceChangeBuilder
Builds the corresponding change set.

C

changedPropertySource(PropertySourceChange) - Method in class org.apache.tamaya.events.delta.ConfigurationContextChangeBuilder
This method records all changes to be applied to the base property provider/configuration to achieve the given target state.
ChangeType - Enum in org.apache.tamaya.events.delta
Created by Anatole on 20.02.2015.
compare(Configuration, Configuration) - Static method in class org.apache.tamaya.events.delta.ConfigurationChangeBuilder
Compares the two property config/configurations and creates a collection current all changes that must be appied to render map1 into map2.
compare(PropertySource, PropertySource) - Static method in class org.apache.tamaya.events.delta.PropertySourceChangeBuilder
Compares the two property config/configurations and creates a collection current all changes that must be appied to render map1 into map2.
ConfigEvent - Class in org.apache.tamaya.events
Singleton accessor for accessing the event support component that distributes change events of PropertySource and Configuration.
ConfigEventListener<T> - Interface in org.apache.tamaya.events
Interface to be implemented for listening on changes on Configuration instances.
ConfigEventSpi - Interface in org.apache.tamaya.events.spi
SPI interface to implement the ConfigEvent singleton.
ConfigurationChange - Class in org.apache.tamaya.events.delta
Event that contains a set current changes that were applied or could be applied.
ConfigurationChangeBuilder - Class in org.apache.tamaya.events.delta
Models a set current changes applied to a PropertySource.
ConfigurationContextChange - Class in org.apache.tamaya.events.delta
Event that contains a set current changes that were applied or could be applied.
ConfigurationContextChangeBuilder - Class in org.apache.tamaya.events.delta
Models a set current changes applied to a PropertySource.
containsKey(String) - Method in class org.apache.tamaya.events.delta.ConfigurationChange
Checks if the given key is added, or updated AND NOT removed.
containsKey(String) - Method in class org.apache.tamaya.events.delta.PropertySourceChange
Checks if the given key is added, or updated AND NOT removed.

D

DefaultConfigEventSpi - Class in org.apache.tamaya.events.internal
Default implementation of DefaultConfigEventSpi just forwarding all events synchronously to the listeners.
DefaultConfigEventSpi() - Constructor for class org.apache.tamaya.events.internal.DefaultConfigEventSpi
Constructor.
DefaultConfigurationContextChangeListener - Class in org.apache.tamaya.events.internal
Default ConfigEventListener for ConfigurationContextChange events that updates the current context, if resources were affected.
DefaultConfigurationContextChangeListener() - Constructor for class org.apache.tamaya.events.internal.DefaultConfigurationContextChangeListener
 
deleteAll() - Method in class org.apache.tamaya.events.delta.PropertySourceChangeBuilder
This method will create a change set that clears all entries fromMap the given base configuration/properties.
directoryChanged(Path) - Method in class org.apache.tamaya.events.folderobserver.ObservingPropertySourceProvider
 

E

emptyChangeSet(Configuration) - Static method in class org.apache.tamaya.events.delta.ConfigurationChange
Get an empty change set for the given provider.
emptyChangeSet() - Static method in class org.apache.tamaya.events.delta.ConfigurationContextChange
Get an empty change set for the given provider.
equals(Object) - Method in class org.apache.tamaya.events.FrozenConfiguration
 
equals(Object) - Method in class org.apache.tamaya.events.FrozenPropertySource
 

F

fireEvent(Object) - Static method in class org.apache.tamaya.events.ConfigEvent
Publishes sn event to all interested listeners.
fireEvent(T, Class<T>) - Static method in class org.apache.tamaya.events.ConfigEvent
Publishes a ConfigurationChange to all interested listeners.
fireEvent(T, Class<T>) - Method in class org.apache.tamaya.events.internal.DefaultConfigEventSpi
 
fireEvent(T, Class<T>) - Method in interface org.apache.tamaya.events.spi.ConfigEventSpi
Publishes an event to all interested listeners.
FrozenConfiguration - Class in org.apache.tamaya.events
/** Configuration implementation that stores all current values of a given (possibly dynamic, contextual and non remote capable instance) and is fully serializable.
FrozenPropertySource - Class in org.apache.tamaya.events
PropertySource implementation that stores all current values of a given (possibly dynamic, contextual and non remote capable instance) and is fully serializable.

G

get(String) - Method in class org.apache.tamaya.events.delta.ConfigurationChangeBuilder
Get the current values, also considering any changes recorded within this change set.
get(String) - Method in class org.apache.tamaya.events.delta.PropertySourceChangeBuilder
Get the current values, also considering any changes recorded within this change set.
get(String) - Method in class org.apache.tamaya.events.FrozenConfiguration
 
get(String, Class<T>) - Method in class org.apache.tamaya.events.FrozenConfiguration
 
get(String, TypeLiteral<T>) - Method in class org.apache.tamaya.events.FrozenConfiguration
Accesses the current String value for the given key and tries to convert it using the PropertyConverter instances provided by the current ConfigurationContext.
get(String) - Method in class org.apache.tamaya.events.FrozenPropertySource
 
getAddedPropertySources() - Method in class org.apache.tamaya.events.delta.ConfigurationContextChange
Get the property sources to be added.
getAddedSize() - Method in class org.apache.tamaya.events.delta.ConfigurationChange
Access the number current added entries.
getAddedSize() - Method in class org.apache.tamaya.events.delta.PropertySourceChange
Access the number current added entries.
getChangeType() - Method in class org.apache.tamaya.events.delta.PropertySourceChange
Gets the type of change for this PropertySource.
getConfiguration() - Method in class org.apache.tamaya.events.delta.ConfigurationChange
Get the underlying property provider/configuration.
getEvents() - Method in class org.apache.tamaya.events.delta.ConfigurationChange
Get the changes recorded.
getEvents() - Method in class org.apache.tamaya.events.delta.PropertySourceChange
Get the changes recorded.
getName() - Method in class org.apache.tamaya.events.FrozenPropertySource
 
getOrdinal() - Method in class org.apache.tamaya.events.FrozenPropertySource
 
getProperties() - Method in class org.apache.tamaya.events.FrozenConfiguration
 
getProperties() - Method in class org.apache.tamaya.events.FrozenPropertySource
 
getPropertySource() - Method in class org.apache.tamaya.events.delta.PropertySourceChange
Get the underlying property provider/configuration.
getPropertySourceChanges() - Method in class org.apache.tamaya.events.delta.ConfigurationContextChange
Get the changes recorded.
getPropertySources(ConfigurationData) - Method in class org.apache.tamaya.events.folderobserver.ObservingPropertySourceProvider
 
getPropertySources() - Method in class org.apache.tamaya.events.folderobserver.ObservingPropertySourceProvider
 
getPropertySourceUpdates() - Method in class org.apache.tamaya.events.delta.ConfigurationContextChange
Get the property source updates.
getRemovedPropertySources() - Method in class org.apache.tamaya.events.delta.ConfigurationContextChange
Get the property sources to be removed.
getRemovedSize() - Method in class org.apache.tamaya.events.delta.ConfigurationChange
Access the number current removed entries.
getRemovedSize() - Method in class org.apache.tamaya.events.delta.PropertySourceChange
Access the number current removed entries.
getTimestamp() - Method in class org.apache.tamaya.events.delta.ConfigurationChange
Get the timestamp in millis from the current epoch. it is expected that the timestamp and the version are unique to identify a changeset.
getTimestamp() - Method in class org.apache.tamaya.events.delta.ConfigurationContextChange
Get the timestamp in millis from the current epoch. it is expected that the timestamp and the version are unique to identify a changeset.
getTimestamp() - Method in class org.apache.tamaya.events.delta.PropertySourceChange
Get the timestamp in millis from the current epoch. it is expected that the timestamp and the version are unique to identify a changeset.
getUpdatedPropertySources() - Method in class org.apache.tamaya.events.delta.ConfigurationContextChange
Get the property sources to be updated.
getUpdatedSize() - Method in class org.apache.tamaya.events.delta.ConfigurationChange
Access the number current updated entries.
getUpdatedSize() - Method in class org.apache.tamaya.events.delta.PropertySourceChange
Access the number current updated entries.
getVersion() - Method in class org.apache.tamaya.events.delta.ConfigurationChange
Get the base version, usable for optimistic locking.
getVersion() - Method in class org.apache.tamaya.events.delta.ConfigurationContextChange
Get the base version, usable for optimistic locking.
getVersion() - Method in class org.apache.tamaya.events.delta.PropertySourceChange
Get the base version, usable for optimistic locking.

H

hashCode() - Method in class org.apache.tamaya.events.FrozenConfiguration
 
hashCode() - Method in class org.apache.tamaya.events.FrozenPropertySource
 

I

isAdded(String) - Method in class org.apache.tamaya.events.delta.ConfigurationChange
Checks if the given key was added.
isAdded(String) - Method in class org.apache.tamaya.events.delta.PropertySourceChange
Checks if the given key was added.
isAffected(PropertySource) - Method in class org.apache.tamaya.events.delta.ConfigurationContextChange
Checks if the given propertySource is affected (added, changed or removed).
isEmpty() - Method in class org.apache.tamaya.events.delta.ConfigurationChange
CHecks if the current change set does not contain any changes.
isEmpty() - Method in class org.apache.tamaya.events.delta.ConfigurationChangeBuilder
Checks if the change set is empty, i.e. does not contain any changes.
isEmpty() - Method in class org.apache.tamaya.events.delta.ConfigurationContextChange
CHecks if the current change set does not contain any changes.
isEmpty() - Method in class org.apache.tamaya.events.delta.ConfigurationContextChangeBuilder
Checks if the change set is empty, i.e. does not contain any changes.
isEmpty() - Method in class org.apache.tamaya.events.delta.PropertySourceChange
CHecks if the current change set does not contain any changes.
isEmpty() - Method in class org.apache.tamaya.events.delta.PropertySourceChangeBuilder
Checks if the change set is empty, i.e. does not contain any changes.
isRemoved(String) - Method in class org.apache.tamaya.events.delta.ConfigurationChange
Checks if the given key was removed.
isRemoved(String) - Method in class org.apache.tamaya.events.delta.PropertySourceChange
Checks if the given key was removed.
isScannable() - Method in class org.apache.tamaya.events.FrozenPropertySource
 
isUpdated(String) - Method in class org.apache.tamaya.events.delta.ConfigurationChange
Checks if the given key was updated.
isUpdated(String) - Method in class org.apache.tamaya.events.delta.PropertySourceChange
Checks if the given key was updated.

L

loadFile(Path) - Method in class org.apache.tamaya.events.folderobserver.ObservingPropertySourceProvider
Load a single file.

N

newPropertySource(PropertySource) - Method in class org.apache.tamaya.events.delta.ConfigurationContextChangeBuilder
This method records all changes to be applied to the base property provider/configuration to achieve the given target state.

O

ObservingPropertySourceProvider - Class in org.apache.tamaya.events.folderobserver
This implementation run in a folder taking up all file compatible with the given ConfigurationFormats.
ObservingPropertySourceProvider(ConfigurationFormat...) - Constructor for class org.apache.tamaya.events.folderobserver.ObservingPropertySourceProvider
Constructor, reading the config file from classpath resource and system property.
ObservingPropertySourceProvider(Path, ConfigurationFormat...) - Constructor for class org.apache.tamaya.events.folderobserver.ObservingPropertySourceProvider
Constructorm using an explicit directory, ignoring all kind of configuration, if set.
of(Configuration) - Static method in class org.apache.tamaya.events.delta.ConfigurationChangeBuilder
Creates a new instance current this builder.
of() - Static method in class org.apache.tamaya.events.delta.ConfigurationContextChangeBuilder
Creates a new instance current this builder.
of(PropertySource, ChangeType) - Static method in class org.apache.tamaya.events.delta.PropertySourceChangeBuilder
Creates a new instance current this builder.
of(Configuration) - Static method in class org.apache.tamaya.events.FrozenConfiguration
Creates a new FrozenConfiguration instance based on a Configuration given.
of(PropertySource) - Static method in class org.apache.tamaya.events.FrozenPropertySource
Creates a new FrozenPropertySource instance based on a PropertySource given.
ofAdded(PropertySource) - Static method in class org.apache.tamaya.events.delta.PropertySourceChange
Create a change event for a new PropertySource that was added.
ofDeleted(PropertySource) - Static method in class org.apache.tamaya.events.delta.PropertySourceChange
Create a change event for a deleted PropertySource.
onConfigEvent(T) - Method in interface org.apache.tamaya.events.ConfigEventListener
Called if an event occurred.
onConfigEvent(ConfigurationContextChange) - Method in class org.apache.tamaya.events.internal.DefaultConfigurationContextChangeListener
 
org.apache.tamaya.events - package org.apache.tamaya.events
This package provides the main building blocks for handling configuration changes, such as ConfigEvent, ConfigEventListener.
org.apache.tamaya.events.delta - package org.apache.tamaya.events.delta
This package contains artifacts to describe the changes (delta) of a Configuration or a PropertySource.
org.apache.tamaya.events.folderobserver - package org.apache.tamaya.events.folderobserver
This package contains code to observe a folder for file changes and to trigger corresponding events, that are handled by an according ObservingPropertySourceProvider instance.
org.apache.tamaya.events.internal - package org.apache.tamaya.events.internal
This package contains internal default implementations for the config events module.
org.apache.tamaya.events.spi - package org.apache.tamaya.events.spi
This package contains the SPI to implement the ConfigEvent singleton.

P

PropertySourceChange - Class in org.apache.tamaya.events.delta
Event that contains a set current changes that were applied or could be applied.
PropertySourceChangeBuilder - Class in org.apache.tamaya.events.delta
Models a set current changes applied to a PropertySource.
putAll(Map<String, String>) - Method in class org.apache.tamaya.events.delta.ConfigurationChangeBuilder
Apply all the given values to the base configuration/properties.
putAll(Map<String, String>) - Method in class org.apache.tamaya.events.delta.PropertySourceChangeBuilder
Apply all the given values to the base configuration/properties.

Q

query(ConfigQuery<T>) - Method in class org.apache.tamaya.events.FrozenConfiguration
 

R

remove(String, String...) - Method in class org.apache.tamaya.events.delta.PropertySourceChangeBuilder
Marks the given key(s) fromMap the configuration/properties to be removed.
removeAllKeys() - Method in class org.apache.tamaya.events.delta.ConfigurationChangeBuilder
This method will create a change set that clears all entries fromMap the given base configuration/properties.
removedPropertySource(PropertySource) - Method in class org.apache.tamaya.events.delta.ConfigurationContextChangeBuilder
This method records all changes to be applied to the base property provider/configuration to achieve the given target state.
removeKey(String, String...) - Method in class org.apache.tamaya.events.delta.ConfigurationChangeBuilder
Marks the given key(s) fromMap the configuration/properties to be removed.
removeListener(ConfigEventListener<T>) - Static method in class org.apache.tamaya.events.ConfigEvent
Add a listener for observing change events on PropertySource.
removeListener(ConfigEventListener<T>) - Method in class org.apache.tamaya.events.internal.DefaultConfigEventSpi
 
removeListener(ConfigEventListener<T>) - Method in interface org.apache.tamaya.events.spi.ConfigEventSpi
Removes a listener for observing events.
reset() - Method in class org.apache.tamaya.events.delta.ConfigurationChangeBuilder
Resets this change set instance.
reset() - Method in class org.apache.tamaya.events.delta.ConfigurationContextChangeBuilder
Resets this change set instance.
reset() - Method in class org.apache.tamaya.events.delta.PropertySourceChangeBuilder
Resets this change set instance.

S

setChangeType(ChangeType) - Method in class org.apache.tamaya.events.delta.PropertySourceChangeBuilder
 
setTimestamp(long) - Method in class org.apache.tamaya.events.delta.ConfigurationChangeBuilder
 
setTimestamp(long) - Method in class org.apache.tamaya.events.delta.ConfigurationContextChangeBuilder
 
setTimestamp(long) - Method in class org.apache.tamaya.events.delta.PropertySourceChangeBuilder
 
setVersion(String) - Method in class org.apache.tamaya.events.delta.ConfigurationChangeBuilder
 
setVersion(String) - Method in class org.apache.tamaya.events.delta.ConfigurationContextChangeBuilder
 
setVersion(String) - Method in class org.apache.tamaya.events.delta.PropertySourceChangeBuilder
 

T

toString() - Method in class org.apache.tamaya.events.delta.ConfigurationChange
 
toString() - Method in class org.apache.tamaya.events.delta.ConfigurationChangeBuilder
 
toString() - Method in class org.apache.tamaya.events.delta.ConfigurationContextChange
 
toString() - Method in class org.apache.tamaya.events.delta.ConfigurationContextChangeBuilder
 
toString() - Method in class org.apache.tamaya.events.delta.PropertySourceChange
 
toString() - Method in class org.apache.tamaya.events.delta.PropertySourceChangeBuilder
 
toString() - Method in class org.apache.tamaya.events.FrozenConfiguration
 
toString() - Method in class org.apache.tamaya.events.FrozenPropertySource
 

V

valueOf(String) - Static method in enum org.apache.tamaya.events.delta.ChangeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.tamaya.events.delta.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(ConfigOperator) - Method in class org.apache.tamaya.events.FrozenConfiguration
 
A B C D E F G H I L N O P Q R S T V W 
Skip navigation links

Copyright © 2014–2015 Apache Software Foundation. All rights reserved.