public class EzContext
extends java.lang.Object
Constructor and Description |
---|
EzContext(java.util.List<java.lang.String> exclusionsSelected) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSelected()
Check if user chose the current Exclusion or not.
|
void |
record(java.lang.Object item)
Helper utility to record something prior to cloning.
|
<T> T |
remember()
Get back a previously
record(java.lang.Object) ed item. |
void |
setCurrentExclusionId(java.lang.String currentExclusionId)
Deprecated.
|
@Deprecated public void setCurrentExclusionId(java.lang.String currentExclusionId)
public boolean isSelected()
Exclusion
s will exit
immediately if this is false.Exclusion
was true.public final void record(java.lang.Object item)
record(java.lang.Object)
only supports a single object!item
- Thing to record.public final <T> T remember()
record(java.lang.Object)
ed item.T
- item type to save casting