R - The type of resource this context is meant to help selectpublic abstract class ResourceSelectionContext<R>
extends java.lang.Object
| Constructor and Description |
|---|
ResourceSelectionContext() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.Set<R> |
getResources()
Return the
Set of distinct resources that a selector is meant to chose from. |
public abstract java.util.Set<R> getResources()
Set of distinct resources that a selector is meant to chose from.