org_scala_tools_maven_executions
Class MainWithArgsInFile

java.lang.Object
  extended by org_scala_tools_maven_executions.MainWithArgsInFile

public class MainWithArgsInFile
extends Object

Use a file and reflection to start a main class with arguments define in a file. This class should run without other dependencies than jre. This class is used as a workaround to the windows command line size limitation.

Author:
David Bernard

Constructor Summary
MainWithArgsInFile()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainWithArgsInFile

public MainWithArgsInFile()
Method Detail

main

public static void main(String[] args)
Parameters:
args -


Copyright © 2010-2011 Scala Tools. All Rights Reserved.