org.codehaus.mojo.exec
Class DummyMain
java.lang.Object
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
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 |
DummyMain
public DummyMain()
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.