org.scala_tools.maven.executions
Class ScalaCommandWIthArgsInFile
java.lang.Object
org.scala_tools.maven.executions.AbstractJavaMainCaller
org.scala_tools.maven.executions.AbstractForkedJavaCommand
org.scala_tools.maven.executions.ScalaCommandWIthArgsInFile
- All Implemented Interfaces:
- JavaMainCaller
public class ScalaCommandWIthArgsInFile
- extends AbstractForkedJavaCommand
Creates an external process which executes a scala command. The arguments to the scala command will be in a file.
- Author:
- J. Suereth
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScalaCommandWIthArgsInFile
public ScalaCommandWIthArgsInFile(org.apache.maven.plugin.AbstractMojo requester,
String mainClassName,
String classpath,
String[] jvmArgs,
String[] args)
throws Exception
- Throws:
Exception
buildCommand
protected String[] buildCommand()
throws IOException
- Specified by:
buildCommand
in class AbstractForkedJavaCommand
- Throws:
IOException
Copyright © 2009-2010 Scala Tools. All Rights Reserved.