public class ConfigEvents extends ArrayList<ConfigEvent>
ConfigEvent objects.modCount| Constructor and Description |
|---|
ConfigEvents() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isKeyModified(String section,
String key)
Returns
|
boolean |
isSectionModified(String name)
Returns
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic ConfigEvents()
public boolean isSectionModified(String name)
name - The section name.public boolean isKeyModified(String section, String key)
section - The section name.key - The key name.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.