net.orpiske.ssps.sdm.actions
Class Upgrade

java.lang.Object
  extended by net.orpiske.ssps.sdm.actions.ActionInterface
      extended by net.orpiske.ssps.sdm.actions.Upgrade

public class Upgrade
extends ActionInterface

Author:
Otavio R. Piske

Constructor Summary
Upgrade(String[] args)
           
 
Method Summary
protected  void processCommand(String[] args)
          Process the command line arguments
 void run()
          Runs the action
 
Methods inherited from class net.orpiske.ssps.sdm.actions.ActionInterface
help
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Upgrade

public Upgrade(String[] args)
Method Detail

processCommand

protected void processCommand(String[] args)
Description copied from class: ActionInterface
Process the command line arguments

Specified by:
processCommand in class ActionInterface
Parameters:
args - the command line arguments

run

public void run()
Description copied from class: ActionInterface
Runs the action

Specified by:
run in class ActionInterface


Copyright © 2013. All Rights Reserved.