public class Task extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Task.Builder |
static interface |
Task.Executor<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Properties props) |
List<CommandlineParameter> |
getAdditionalParameters() |
Optional<String> |
getDescription() |
String |
getName() |
public String getName()
public List<CommandlineParameter> getAdditionalParameters()
public void execute(Properties props) throws Exception
ExceptionCopyright © 2004–2021 "Tigase, Inc.". All rights reserved.