Uses of Class
org_scala_tools_maven.Launcher

Packages that use Launcher
org_scala_tools_maven   
 

Uses of Launcher in org_scala_tools_maven
 

Fields in org_scala_tools_maven declared as Launcher
protected  Launcher[] ScalaRunMojo.launchers
          A list of launcher definition (to avoid rewriting long command line or share way to call an application) launchers could be define by : <launchers> <launcher> <id>myLauncher</id> <mainClass>my.project.Main</mainClass> <args> <arg>arg1</arg> </args> <jvmArgs> <jvmArg>-Xmx64m</jvmArg> </jvmArgs> </launcher> <launcher> <id>myLauncher2</id> ...
 



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