public interface WorkerTool extends AddsToRuleKey
Modifier and Type | Method and Description |
---|---|
com.google.common.hash.HashCode |
getInstanceKey() |
int |
getMaxWorkers() |
Path |
getTempDir(ProjectFilesystem filesystem)
Returns temp dir for this WorkerTool and provided filesystem
|
Tool |
getTool() |
boolean |
isAsync() |
boolean |
isPersistent() |
Tool getTool()
Path getTempDir(ProjectFilesystem filesystem)
int getMaxWorkers()
boolean isPersistent()
com.google.common.hash.HashCode getInstanceKey()
boolean isAsync()