TOOLTYPE - Type of the toolpublic abstract class Tool<IN,OUT> extends Task<IN,OUT>
| Constructor and Description |
|---|
Tool() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Collection<String> |
aliases()
Returns a collection of aliases for this tool.
|
execute, getExecutionService, process, run, setExecutionService, setPreviousTask, thenprotected abstract Collection<String> aliases()
ToolRegistryCopyright © 2014 JBoss by Red Hat. All rights reserved.