be.hogent.tarsos.cli
Class PowerExtractor

java.lang.Object
  extended by be.hogent.tarsos.cli.AbstractTarsosApp
      extended by be.hogent.tarsos.cli.PowerExtractor

public final class PowerExtractor
extends AbstractTarsosApp

Extracts power from a file.

Author:
Joren Six

Constructor Summary
PowerExtractor()
           
 
Method Summary
 java.lang.String description()
           
 void run(java.lang.String... args)
           
 
Methods inherited from class be.hogent.tarsos.cli.AbstractTarsosApp
createDetectionModeSpec, isHelpOptionSet, isValidAudioFileOrDirectory, name, parse, printError, printHelp, synopsis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerExtractor

public PowerExtractor()
Method Detail

description

public java.lang.String description()
Specified by:
description in class AbstractTarsosApp
Returns:
The short description of the application. What purpose it serves.

run

public void run(java.lang.String... args)
Specified by:
run in class AbstractTarsosApp
Parameters:
args - The arguments to start the program.