All Downloads are FREE. Search and download functionalities are using the official Maven repository.

au.csiro.pbdava.ssparkle.common.arg4j.AppRunner2.scala Maven / Gradle / Ivy

The newest version!
package au.csiro.pbdava.ssparkle.common.arg4j

import au.csiro.sparkle.cmd.CmdApp

trait AppRunner2[A <: CmdApp] {
  def main[T: Manifest](args: Array[String]) {
    CmdApp.runApp(args, manifest[T].runtimeClass.newInstance().asInstanceOf[CmdApp])
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy