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:

  1. convert -e0 joliet original
  2. clean

Since:
Bilbo 2.0

Field Summary
 
Fields inherited from class com.chaosserver.bilbo.task.BaseTask
DEFAULT_HELP, settings
 
Constructor Summary
BackAgainTask()
           
 
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 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

BackAgainTask

public BackAgainTask()
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 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