public abstract class ResolutionTaskBase<T> extends Object implements ResolutionTask<T>
| Modifier and Type | Field and Description |
|---|---|
protected List<T> |
placeholders |
| Constructor and Description |
|---|
ResolutionTaskBase(List<T> placeholders) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getPlaceholders()
The list of items that need to be resolved.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolvepublic List<T> getPlaceholders()
ResolutionTaskgetPlaceholders in interface ResolutionTask<T>Copyright © 2017. All rights reserved.