public interface Task
| Modifier and Type | Method and Description |
|---|---|
boolean |
compatibleWith(File file)
Checks whether the given file is compatible with this task.
|
TaskExecutionResult |
execute(File file,
GraphicsPolicy policy)
Executes this task with the given file and graphics policy.
|
String |
getName()
Get the name of the task.
|
String getName()
boolean compatibleWith(File file)
file - Input file.TaskExecutionResult execute(File file, GraphicsPolicy policy)
file - The input file.policy - The graphics policy.Copyright © 2016. All rights reserved.