Package | Description |
---|---|
org.apache.tamaya.events |
This package provides the main building blocks for handling configuration changes, such as
ConfigEventManager , ConfigEventListener and
artifacts to describe the changes (delta) of a Configuration or a PropertySource. |
Modifier and Type | Method and Description |
---|---|
ChangeType |
PropertySourceChange.getChangeType()
Gets the type of change for this PropertySource.
|
static ChangeType |
ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
ChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static PropertySourceChangeBuilder |
PropertySourceChangeBuilder.of(org.apache.tamaya.spi.PropertySource source,
ChangeType changeType)
Creates a new instance of this builder.
|
PropertySourceChangeBuilder |
PropertySourceChangeBuilder.setChangeType(ChangeType changeType) |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.