net.sf.zekr.common.commandline
Class CommandRunUtils

java.lang.Object
  extended by net.sf.zekr.common.commandline.CommandRunUtils

public class CommandRunUtils
extends java.lang.Object

Since:
Zekr 1.0
Author:
Mohsen Saboorian

Constructor Summary
CommandRunUtils()
           
 
Method Summary
static boolean performAll(java.lang.String[] args)
          This method performs all command-related tasks, and catch and display any CommandException occurred.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandRunUtils

public CommandRunUtils()
Method Detail

performAll

public static boolean performAll(java.lang.String[] args)
This method performs all command-related tasks, and catch and display any CommandException occurred.

Parameters:
args -
Returns:
true if application should be also launched, false otherwise. Normally if user enters an argument, Zekr is not launched, executing that command instead.