org.codehaus.mojo.exec
Class DummyMain

java.lang.Object
  extended by org.codehaus.mojo.exec.DummyMain

public class DummyMain
extends Object

Simple class with a main method to call from unit tests

Version:
$Id: DummyMain.java 6588 2008-03-28 12:22:57Z bentmann $
Author:
Jerome Lacoste

Constructor Summary
DummyMain()
           
 
Method Summary
static void main(String[] args)
          Prints Hello followed by each argument, then a new line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyMain

public DummyMain()
Method Detail

main

public static void main(String[] args)
Prints Hello followed by each argument, then a new line. Use a space character as separator.

Parameters:
args -


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.