public interface ResourceActivity
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Used for rendering HTML.
|
ResourceList |
getResourceList()
Gets the list of
Resources that this task requires. |
ResourceList getResourceList()
Resources that this task requires.
Used to make sure no two conflicting tasks run concurrently.
This method must always return the ResourceList
that contains the exact same set of Resources.
If the activity doesn't lock any resources, just
return ResourceList.EMPTY.
String getDisplayName()
Copyright © 2019. All rights reserved.