com.chaosserver.bilbo.task.backagain
Class BackAgainTask
java.lang.Object
|
+--com.chaosserver.bilbo.task.BaseTask
|
+--com.chaosserver.bilbo.task.backagain.BackAgainTask
- All Implemented Interfaces:
- Task
- public class BackAgainTask
- extends BaseTask
The back again task is a shortcut for converting joliet to original mappings.
This task composites two other tasks:
- convert -e0 joliet original
- clean
- Since:
- Bilbo 2.0
Method Summary |
void |
execute()
Executes the convert and clean tasks against the directory given. |
void |
execute(File currentDirectory)
Empty. |
void |
parseTaskArguments(String argumentString)
Parses the task specific argument string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BackAgainTask
public BackAgainTask()
parseTaskArguments
public void parseTaskArguments(String argumentString)
- Description copied from interface:
Task
- Parses the task specific argument string.
- Parameters:
argumentString
- the task specific argument string
execute
public void execute()
throws TaskException
- Executes the convert and clean tasks against the directory given.
- Specified by:
execute
in interface Task
- Overrides:
execute
in class BaseTask
- Throws:
TaskException
- if the subtasks have errors
execute
public void execute(File currentDirectory)
throws TaskException
- Empty.
- Specified by:
execute
in class BaseTask
- Parameters:
currentDirectory
- the directory to execute the task against
- Throws:
TaskException
- is something goes wrong
Copyright © 20020228