net.sourceforge.stripes
Class Main

java.lang.Object
  extended by net.sourceforge.stripes.Main

public class Main
extends Object

Simple executable class that is used as the Main-Class in the Stripes jar. Outputs version information and other information about the environment on which the jar is being executed.

Since:
Stripes 1.1.1
Author:
Tim Fennell

Constructor Summary
Main()
           
 
Method Summary
static void main(String[] argv)
          Main method that does what the class level javadoc states.
 
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(String[] argv)
Main method that does what the class level javadoc states.



? Copyright 2005-2006, Stripes Development Team.