org.opensolaris.opengrok.search.scope
Class Main

java.lang.Object
  extended by org.opensolaris.opengrok.search.scope.Main

public class Main
extends java.lang.Object

This is the entry point of the CodeSearch. Print out an error message if the application is started without an associated display.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          This is the program entry point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
This is the program entry point. It will start the graphical version if there is an associated display. Otherwise a CLI version will be started (if I implement one ;))

Parameters:
args - the command line arguments