public class ActionList extends ArrayList<Action>
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log |
modCount| Constructor and Description |
|---|
ActionList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Action action) |
void |
add(int index,
Action action) |
void |
close() |
void |
flush(Status status,
Map properties) |
String |
getDescription() |
void |
print() |
EasyFeature |
process(EasyFeature feature) |
void |
processPostCollectionActions(Status status,
Map properties)
processes after all features have been read and written
|
String |
toString() |
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, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic EasyFeature process(EasyFeature feature) throws Exception
Exceptionpublic void print()
public String toString()
toString in class AbstractCollection<Action>public boolean add(Action action)
public void add(int index,
Action action)
public String getDescription()
public void processPostCollectionActions(Status status, Map properties) throws Exception
status - to collect messages on the wayproperties - the properties to inspectException - generic exceptionCopyright © 2020 B3Partners B.V.. All rights reserved.