public abstract class AbstractMixOrderProvider extends Object implements MixOrderProvider
| Constructor and Description |
|---|
AbstractMixOrderProvider() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Options> |
getOperationExcludes(T options)
Gets the set of operation IDs which should be excluded from the provided
orders
|
<T extends Options> |
reportOperationOrder(T options)
Whether the runner should report the order of operations as a progress
message
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOperationOrderpublic <T extends Options> Set<Integer> getOperationExcludes(T options)
MixOrderProvidergetOperationExcludes in interface MixOrderProvideroptions - Optionspublic <T extends Options> boolean reportOperationOrder(T options)
MixOrderProvider
The default implementation returns true so operation order is
always reported
reportOperationOrder in interface MixOrderProviderCopyright © 2016. All rights reserved.