net.orpiske.ssps.sdm.actions
Class AddRepository

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

public class AddRepository
extends ActionInterface

Implements add-repository action

Author:
Otavio R. Piske

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

AddRepository

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