net.orpiske.ssps.sdm.actions
Class Update

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

public class Update
extends ActionInterface

Implements update action

Author:
Otavio R. Piske

Constructor Summary
Update(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

Update

public Update(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.