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, wait
getOperationOrder
public <T extends Options> Set<Integer> getOperationExcludes(T options)
MixOrderProvider
getOperationExcludes
in interface MixOrderProvider
options
- Optionspublic <T extends Options> boolean reportOperationOrder(T options)
MixOrderProvider
The default implementation returns true
so operation order is
always reported
reportOperationOrder
in interface MixOrderProvider
Copyright © 2016. All rights reserved.