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:

  1. generate original joliet
  2. convert -e0 original joliet

Since:
Bilbo 2.0

Field Summary
 
Fields inherited from class com.chaosserver.bilbo.task.BaseTask
DEFAULT_HELP, settings
 
Constructor Summary
ThereTask()
           
 
Method Summary
 void execute()
          Executes the generate and convert tasks
 void execute(File currentDirectory)
          Empty.
 void parseTaskArguments(String argumentString)
          Parses the task specific argument string.
 
Methods inherited from class com.chaosserver.bilbo.task.BaseTask
executeRecursive, getHelpResource, getSettings, printHelp, setSettings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThereTask

public ThereTask()
Method Detail

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