com.chaosserver.bilbo.task.there
Class ThereTask
java.lang.Object
|
+--com.chaosserver.bilbo.task.BaseTask
|
+--com.chaosserver.bilbo.task.there.ThereTask
- All Implemented Interfaces:
- Task
- public class ThereTask
- extends BaseTask
The there task is a shortcut for converting original to joliet mappings.
This task composites two other tasks:
- generate original joliet
- convert -e0 original joliet
- Since:
- Bilbo 2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThereTask
public ThereTask()
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 generate and convert tasks
- 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