object Util
- Source
- Util.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Util
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cleanupScaladoc(v: String): Array[String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def download(url: String, dest: RelPath = os.rel / "download")(implicit ctx: Dest): api.PathRef
- def downloadUnpackZip(url: String, dest: RelPath = os.rel / "unpacked")(implicit ctx: Dest): api.PathRef
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isInteractive(): Boolean
- val java9OrAbove: Boolean
- def leftPad(s: String, targetLength: Int, char: Char): String
- def millProjectModule(artifact: String, repositories: Seq[Repository], resolveFilter: (Path) => Boolean = _ => true, artifactSuffix: String = "_2.13"): Result[api.Loose.Agg[api.PathRef]]
Deprecated helper method, intended to allow runtime resolution and in-development-tree testings of mill plugins possible.
Deprecated helper method, intended to allow runtime resolution and in-development-tree testings of mill plugins possible. This design has issues and will probably be replaced.
- def millProperty(key: String): Option[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val newLine: String
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val windowsPlatform: Boolean
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)