Version: 1.1.1

org.biomoby.client
Class CmdLineHelper

java.lang.Object
  extended by org.biomoby.client.CmdLineHelper

public abstract class CmdLineHelper
extends Object

An abstract parent of various command-line tools.

Version:
$Id: CmdLineHelper.java,v 1.2 2008/02/23 13:58:32 senger Exp $
Author:
Martin Senger

Constructor Summary
CmdLineHelper()
           
 
Method Summary
static String getUsage(Class helpOwner)
          Return a help text how to use a class 'helpOwner'.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdLineHelper

public CmdLineHelper()
Method Detail

getUsage

public static String getUsage(Class helpOwner)
Return a help text how to use a class 'helpOwner'. See the code for the rules how to name the help file and where to put it.


Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010