net.chaosserver.bilbo.task.backagain
Class BackAgainTask

java.lang.Object
  |
  +--net.chaosserver.bilbo.task.BaseTask
        |
        +--net.chaosserver.bilbo.task.CompositeTask
              |
              +--net.chaosserver.bilbo.task.backagain.BackAgainTask
All Implemented Interfaces:
Task

public class BackAgainTask
extends CompositeTask

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

Nested Class Summary
 
Nested classes inherited from class net.chaosserver.bilbo.task.CompositeTask
CompositeTask.SubTask
 
Field Summary
 
Fields inherited from class net.chaosserver.bilbo.task.CompositeTask
taskList
 
Fields inherited from class net.chaosserver.bilbo.task.BaseTask
settings
 
Constructor Summary
BackAgainTask()
           
 
Method Summary
protected  void setUp()
          Adds in the subtasks of: convert -e0 joliet original clean
 
Methods inherited from class net.chaosserver.bilbo.task.CompositeTask
addTask, addTask, executeSpecific, parseTaskArguments
 
Methods inherited from class net.chaosserver.bilbo.task.BaseTask
execute, 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

setUp

protected void setUp()
Adds in the subtasks of:
  1. convert -e0 joliet original
  2. clean

Specified by:
setUp in class CompositeTask


Copyright © 20030415