public interface ResourceActivity
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Used for rendering HTML.
|
ResourceList |
getResourceList()
Gets the list of
Resource s that this task requires. |
ResourceList getResourceList()
Resource
s 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 Resource
s.
If the activity doesn't lock any resources, just
return ResourceList.EMPTY
.
String getDisplayName()
Copyright © 2019. All rights reserved.