org.opensolaris.opengrok.index
Class CommandLineOptions
java.lang.Object
org.opensolaris.opengrok.index.CommandLineOptions
public class CommandLineOptions
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLineOptions
public CommandLineOptions()
getCommandString
public java.lang.String getCommandString()
getCommandUsage
public java.lang.String getCommandUsage(char c)
getUsage
public java.lang.String getUsage()
getManPage
public java.lang.String getManPage()
throws java.io.IOException
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] argv)
- Print out a manual page on standard out. Used for building manual page.
- Parameters:
argv
- argument vector. not used.