Inspect

mill.resolve.Resolve.Inspect
object Inspect extends Resolve[Either[Module, Named[Any]]]

Attributes

Source
Resolve.scala
Graph
Supertypes
trait Resolve[Either[Module, Named[Any]]]
class Object
trait Matchable
class Any
Self type
Inspect.type

Members list

Value members

Concrete methods

def handleResolved(rootModule: RootModule0, resolved: Seq[Resolved], args: Seq[String], selector: Segments, nullCommandDefaults: Boolean, allowPositionalCommandArgs: Boolean, resolveToModuleTasks: Boolean, cache: Cache): Result[Seq[Either[Module, Named[Any]]]]

Attributes

Source
Resolve.scala

Inherited methods

def deduplicate(items: List[Either[Module, Named[Any]]]): List[Either[Module, Named[Any]]]

Attributes

Inherited from:
Resolve
Source
Resolve.scala
def resolve(rootModule: RootModule0, scriptArgs: Seq[String], selectMode: SelectMode, allowPositionalCommandArgs: Boolean, resolveToModuleTasks: Boolean, scriptModuleResolver: String => Seq[Result[ExternalModule]]): Result[List[Either[Module, Named[Any]]]]

Attributes

Inherited from:
Resolve
Source
Resolve.scala
def resolveNonEmptyAndHandle(args: Seq[String], rootModule: RootModule0, sel: Segments, nullCommandDefaults: Boolean, allowPositionalCommandArgs: Boolean, resolveToModuleTasks: Boolean): Result[Seq[Either[Module, Named[Any]]]]

Attributes

Inherited from:
Resolve
Source
Resolve.scala
def resolveNonEmptyAndHandle1(rootModule: RootModule0, sel: Segments, cache: Cache): Result

Attributes

Inherited from:
Resolve
Source
Resolve.scala
def resolveNonEmptyAndHandle2(rootModule: RootModule0, args: Seq[String], sel: Segments, nullCommandDefaults: Boolean, allowPositionalCommandArgs: Boolean, resolveToModuleTasks: Boolean, cache: Cache, result: Result): Result[Seq[Either[Module, Named[Any]]]]

Attributes

Inherited from:
Resolve
Source
Resolve.scala
def resolveRootModule(rootModule: RootModule0, scopedSel: Option[Segments]): Result[RootModule0]

Attributes

Inherited from:
Resolve
Source
Resolve.scala