#513 Mark tools runnable by command line with specific interface
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package tools.utils;
|
||||
|
||||
/**
|
||||
* Interface for tasks that can be run automatically, i.e. without any user input.
|
||||
*/
|
||||
public interface AutoToolTask extends ToolTask {
|
||||
|
||||
/**
|
||||
* Execute the task with default settings.
|
||||
*/
|
||||
void executeDefault();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user