public interface ResourceActivity
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Used for rendering HTML.
|
default ResourceList |
getResourceList()
Gets the list of
Resource s that this task requires. |
default 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
(or decline to override).
String getDisplayName()
Copyright © 2004–2021. All rights reserved.