public abstract class ActionOptions<T extends ActionOptions<T>>
extends java.lang.Object
Constructor and Description |
---|
ActionOptions() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
build()
Creates a map based on the provided options.
|
protected abstract void |
verify()
This method is automatically called before building
options map to verify the consistency of the instance.
|
protected abstract void verify()
java.lang.IllegalArgumentException
- if there are problems with this options map.public java.util.Map<java.lang.String,java.lang.Object> build()