net.chaosserver.bilbo.task.manage
Class AndurilTask

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

public class AndurilTask
extends CompositeTask

The anduril task is a shortcut for generating the complete archive Xml.

This task composites two other tasks:

  1. convert -e0 joliet original
  2. aggregate

Since:
Bilbo 2.2

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
AndurilTask()
           
 
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

AndurilTask

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