class
JvmLauncher extends AnyRef
Instance Constructors
-
new
JvmLauncher()
Type Members
-
case class
Config(classpath: Seq[File] = ..., otherArgs: Seq[String] = ..., action: Option[String] = scala.None, jvmOpts: Seq[String] = ...) extends Product with Serializable
-
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
asyncCopy(in: InputStream, out: OutputStream, immediately: Boolean = false): Thread
-
def
checkConfig(config: Config): Try[Config]
-
def
clone(): AnyRef
-
def
copy(in: InputStream, out: OutputStream, immediately: Boolean = false): Unit
-
def
copyInThread(in: InputStream, out: OutputStream): Thread
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
parse(args: Seq[String], initialConfig: Config = Config()): Config
-
def
pathAsArg(paths: Seq[File]): String
-
def
run(args: Array[String]): Int
-
val
shutdownHook: Thread
-
def
startJava(classpath: Seq[File], jvmOpts: Array[String], arguments: Array[String], interactive: Boolean = false, errorsIntoOutput: Boolean = true, directory: File = new File(".")): RunningProcess
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any