public class ResourceDescriptions extends ArrayList<ResourceDescription>
ResourceDescription objects.modCount| Constructor and Description |
|---|
ResourceDescriptions() |
| Modifier and Type | Method and Description |
|---|---|
ResourceDescriptions |
append(String name,
String description)
Adds a new
ResourceDescription to this list. |
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 ResourceDescriptions()
public ResourceDescriptions append(String name, String description)
ResourceDescription to this list.name - The name of the child resource.description - The description of the child resource.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.