OfflineSupportModule
mill.javalib.OfflineSupportModule
trait OfflineSupportModule extends Module
Attributes
- Source
- OfflineSupportModule.scala
- Graph
-
- Supertypes
- Known subtypes
Members list
Type members
Inherited classlikes
@Scaladoc(value = "/**\n * Miscellaneous machinery around traversing & querying the build hierarchy,\n * that should not be needed by normal users of Mill\n */")
object moduleInternal extends Internal
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Attributes
- Inherited from:
- Module
- Source
- Module.scala
- Supertypes
Value members
Concrete methods
@Scaladoc(value = "/**\n * Prepare the module for working offline. This should typically fetch (missing) resources like Maven dependencies.\n *\n * @param all If `true`, it also fetches resources not always needed.\n */")
Prepare the module for working offline. This should typically fetch (missing) resources like Maven dependencies.
Prepare the module for working offline. This should typically fetch (missing) resources like Maven dependencies.
Value parameters
- all
-
If
true
, it also fetches resources not always needed.
Attributes
- Source
- OfflineSupportModule.scala
Inherited methods
Attributes
- Inherited from:
- BaseClass
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Module -> Any
- Inherited from:
- Module
- Source
- Module.scala
In this article