Package | Description |
---|---|
org.apache.tamaya.events.delta |
This package contains 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(PropertySource source,
ChangeType changeType)
Creates a new instance current this builder.
|
PropertySourceChangeBuilder |
PropertySourceChangeBuilder.setChangeType(ChangeType changeType) |
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.