Jvm

com.alt0r.cutterbox.modules.CrossModuleBase.Jvm
trait Jvm extends CrossModuleBase

Attributes

Graph
Supertypes
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes
trait Jvm
trait JvmJs
trait JvmJsNative
trait JvmNative

Members list

Type members

Classlikes

Attributes

Supertypes
trait PlatformScalaModule
trait ScalaModule
trait ScalaModuleApi
trait ScalaModuleBase
trait PlatformModuleBase
trait JavaModule
trait JavaModuleApi
trait AssemblyModule
trait SemanticDbJavaModule
trait SemanticDbJavaModuleApi
trait OfflineSupportModule
trait GenIdeaModule
trait GenIdeaModuleApi
trait RunModule
trait RunModuleApi
trait DefaultTaskModule
trait JavaModuleBase
trait BspModule
trait BspModuleApi
trait WithJvmWorkerModule
trait JavaHomeModule
trait CoursierModule
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes
trait Jvm.this.JvmTestModuleBase

Inherited classlikes

trait PlatformScalaModuleBase extends PlatformScalaModule

Attributes

Inherited from:
CrossModuleBase
Supertypes
trait PlatformScalaModule
trait ScalaModule
trait ScalaModuleApi
trait ScalaModuleBase
trait PlatformModuleBase
trait JavaModule
trait JavaModuleApi
trait AssemblyModule
trait SemanticDbJavaModule
trait SemanticDbJavaModuleApi
trait OfflineSupportModule
trait GenIdeaModule
trait GenIdeaModuleApi
trait RunModule
trait RunModuleApi
trait DefaultTaskModule
trait JavaModuleBase
trait BspModule
trait BspModuleApi
trait WithJvmWorkerModule
trait JavaHomeModule
trait CoursierModule
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all
Known subtypes
@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
Supertypes
class Internal
class Object
trait Matchable
class Any

Value members

Concrete methods

def jvmModuleDeps: Seq[JavaModule]
def jvmMvnDeps: Simple[Seq[Dep]]

Inherited methods

Attributes

Inherited from:
CrossModuleBase
def crossMvnDeps: Simple[Seq[Dep]]

Attributes

Inherited from:
CrossModuleBase
def moduleCtx: ModuleCtx

Attributes

Inherited from:
BaseClass
def moduleDir: Path

Attributes

Inherited from:
Module
def moduleDirectChildren: Seq[Module]

Attributes

Inherited from:
Module
def moduleSegments: Segments

Attributes

Inherited from:
Module
override def toString: String

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

Abstract fields

lazy val jvm: JavaModule