net.chaosserver.bilbo.task.license
Class LicenseTask

java.lang.Object
  |
  +--net.chaosserver.bilbo.task.BaseTask
        |
        +--net.chaosserver.bilbo.task.license.LicenseTask
All Implemented Interfaces:
Task

public class LicenseTask
extends BaseTask

Tasked used to display the license information.

Since:
Bilbo 2.2.2

Field Summary
 
Fields inherited from class net.chaosserver.bilbo.task.BaseTask
settings
 
Constructor Summary
LicenseTask()
           
 
Method Summary
protected  void executeSpecific()
          Executes the printHelp method.
protected  String getHelpResource()
          Returns the location to the license file.
 
Methods inherited from class net.chaosserver.bilbo.task.BaseTask
execute, getSettings, parseTaskArguments, printHelp, setSettings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseTask

public LicenseTask()
Method Detail

executeSpecific

protected void executeSpecific()
                        throws TaskException
Executes the printHelp method.

Specified by:
executeSpecific in class BaseTask
Throws:
TaskException - indicates an error executing the task.

getHelpResource

protected String getHelpResource()
Returns the location to the license file.

Overrides:
getHelpResource in class BaseTask
Returns:
location of the license file


Copyright © 20030415