Package tigase.util.ui.console
Class Task
- java.lang.Object
-
- tigase.util.ui.console.Task
-
public class Task extends Object
Created by andrzej on 09.05.2017.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTask.Builderstatic interfaceTask.Executor<T>
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Properties props)List<CommandlineParameter>getAdditionalParameters()Optional<String>getDescription()StringgetName()
-
-
-
Method Detail
-
getName
public String getName()
-
getAdditionalParameters
public List<CommandlineParameter> getAdditionalParameters()
-
execute
public void execute(Properties props) throws Exception
- Throws:
Exception
-
-