Packages

object Jvm

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Jvm
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def baseInteractiveSubprocess(commandArgs: Seq[String], envArgs: Map[String, String], workingDir: Path): Unit
  6. def baseInteractiveSubprocess0(commandArgs: Seq[String], envArgs: Map[String, String], workingDir: Path): Process
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def createAssembly(inputPaths: util.Loose.Agg[Path], mainClass: Option[String] = None, prependShellScript: String = "", base: Option[Path] = None, assemblyRules: Seq[Rule] = Assembly.defaultRules)(implicit ctx: Dest with Log): eval.PathRef
  9. def createJar(inputPaths: util.Loose.Agg[Path], mainClass: Option[String] = None)(implicit ctx: Dest): eval.PathRef
  10. def createLauncher(mainClass: String, classPath: util.Loose.Agg[Path], jvmArgs: Seq[String])(implicit ctx: Dest): eval.PathRef
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def inprocess[T](classPath: util.Loose.Agg[Path], classLoaderOverrideSbtTesting: Boolean, isolated: Boolean, body: (ClassLoader) ⇒ T)(implicit ctx: Home): T
  17. def interactiveSubprocess(mainClass: String, classPath: util.Loose.Agg[Path], jvmArgs: Seq[String] = Seq.empty, envArgs: Map[String, String] = Map.empty, mainArgs: Seq[String] = Seq.empty, workingDir: Path = null, background: Boolean = false): Unit
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def launcherUniversalScript(mainClass: String, shellClassPath: util.Loose.Agg[String], cmdClassPath: util.Loose.Agg[String], jvmArgs: Seq[String], shebang: Boolean = false): String
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def newOutputStream(p: Path, append: Boolean = false): OutputStream
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def resolveDependencies(repositories: Seq[Repository], deps: TraversableOnce[Dependency], force: TraversableOnce[Dependency], sources: Boolean = false, mapDependencies: Option[(Dependency) ⇒ Dependency] = None): Result[util.Loose.Agg[eval.PathRef]]

    Resolve dependencies using Coursier.

    Resolve dependencies using Coursier.

    We do not bother breaking this out into the separate ScalaWorker classpath, because Coursier is already bundled with mill/Ammonite to support the import $ivy syntax.

  25. def resolveDependenciesMetadata(repositories: Seq[Repository], deps: TraversableOnce[Dependency], force: TraversableOnce[Dependency], mapDependencies: Option[(Dependency) ⇒ Dependency] = None): (Seq[Dependency], Resolution)
  26. def runLocal(mainClass: String, classPath: util.Loose.Agg[Path], mainArgs: Seq[String] = Seq.empty)(implicit ctx: Ctx): Unit
  27. def subprocess(mainClass: String, classPath: util.Loose.Agg[Path], jvmArgs: Seq[String] = Seq.empty, envArgs: Map[String, String] = Map.empty, mainArgs: Seq[String] = Seq.empty, workingDir: Path = null)(implicit ctx: Ctx): CommandResult
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def universalScript(shellCommands: String, cmdCommands: String, shebang: Boolean = false): String
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped